Advertisement
Guest User

Ultimaker end.gcode

a guest
Nov 26th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ;End GCode
  2. M104 S0 ;extruder heater off
  3. M140 S0 ;heated bed heater off (if you have it)
  4. G91 ;relative positioning
  5. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  6. G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
  7. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  8. M84 ;steppers off
  9. G90 ;absolute positioning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement