Guest User

Untitled

a guest
Apr 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. M82 ;absolute extrusion mode
  2. M107 ; stop fan
  3. M400 ; wait for cached moves
  4.  
  5. M104 S0 ; zero extruder temp
  6. M140 S0 ; zero bed temp
  7.  
  8. G91 ; relative positioning
  9.  
  10. G1 E-1 F300 ; retract a little before lifting
  11. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ; lift nozzle, retract more, gtfo
  12.  
  13. G90 ; absolute positioning
  14. G28 X Y ; home x/y
  15. G1 Y190 ; move bed forward
  16. M84 ; stop idle hold
  17. M106 S255 ; blast fan to cool nozzle
  18.  
  19. G4 P120000 ; wait 120 seconds
  20. M106 S0 ; fan off
  21. M83 ; relative extrusion mode
Add Comment
Please, Sign In to add comment