Guest User

Untitled

a guest
Jan 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. G91 ; Make coordinates relative
  2. G92 E0 ; reset Extruder counter
  3. G1 E-2 F900 ;Retract extuder 2mm at 900mm/min
  4. G1 Z2 F400 ;Move up tw mm (from current position because it is all relative now)
  5. G1 Z2 F5000 ; Move Z another 2mm up
  6. G90 ; Use absolute coordinates again
  7. G1 X10.0 F4000 ;home ;go to almost home
  8. M84 ;disable steppers so they dont get hot during idling...
  9.  
  10. ;or you can use this one comment out
  11. ;G1 X10.0 F4000 ;home (almost) x
  12. ;G1 Y170 F4000 ; move the print to the front.
  13. ;M104 S0 ; make sure the extuder is turned off.
  14. ;M140 S0 ; make sure the bed is turned off.
  15. ;M84 ; shut down motors.
Add Comment
Please, Sign In to add comment