Advertisement
TodWulff

Untitled

Dec 22nd, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. ;;; ----- start of slicer end gcode ----- ;;;
  3. ; M400
  4. @SPEAK Print Ending.
  5.  
  6. G91 ;Relative positionning
  7. G1 E-2 F2700 ;Retract a bit
  8. G1 E-2 Z0.2 F2400 ;Retract and raise Z
  9. G1 X5 Y5 F3000 ;Wipe out
  10. G1 Z10 F9000;Raise Z more
  11. G90 ;Absolute positionning
  12.  
  13. G1 X220 Y220 ;Present print
  14.  
  15. @SPEAK Keeping Fan and Heaters On
  16. ;M106 S0 ;Turn-off fan
  17. ;M104 S0 ;Turn-off hotend
  18. ;M140 S0 ;Turn-off bed
  19.  
  20.  
  21. ; ... Keep axes engaged
  22. M18 Z S86400
  23. M85 S86400
  24. ; M18 X Y E
  25.  
  26. ;;; ----- end of slicer end gcode ----- ;;;
  27. @SPEAK Print Completed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement