Advertisement
robathome

Cancel print g-code

Dec 27th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. G91 ; Enable relative motion commands
  2. G1 Z10 F2000 ; Lift hotend
  3.  
  4. G90 ; Enable absolute motion commands
  5. G1 X0 F5000 ; Park hotend at X_min
  6. G1 Y220 F3000 ; Extend print bed to max
  7. M84 ; Disable steppers
  8.  
  9. M106 S0 ; Disable fans
  10. M104 S0 ; Disable hotend
  11. M140 S0 ; Disable heated bed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement