Guest User

Untitled

a guest
Dec 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ==START ==
  2. G21;(metric values)
  3. G90;(absolute positioning)
  4. M82;(set extruder to absolute mode)
  5. M107;(start with the fan off)
  6. G28;(Home the printer)
  7. G1 Z0.2 F1200 ; raise nozzle 0.2mm
  8. G92 E0 ; reset extrusion distance
  9. G1 Y20 ; move Y-Axis (bed) 20mm to prep for purge
  10. G1 X100 E12 F600 ; move X-carriage 100mm while purging 12mm of filament
  11. G92 E0 ; reset extrusion distance
  12.  
  13. == END ==
  14. G0 X0 Y127;(Stick out the part)
  15. M190 S0;(Turn off heat bed, don't wait.)
  16. G92 E10;(Set extruder to 10)
  17. G1 E7 F200;(retract 3mm)
  18. M104 S0;(Turn off nozzle, don't wait)
  19. M107;(Turn off part fan)
  20. M84;(Turn off stepper motors.)
Add Comment
Please, Sign In to add comment