Advertisement
GregLeblanc

start gcode

Dec 23rd, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. G21;(metric values)
  2. G90;(absolute positioning)
  3. M82;(set extruder to absolute mode)
  4. M107;(start with the fan off)
  5. G28;(Home the printer)
  6. G92 E0;(Reset the extruder to 0)
  7. G0 Z5 E5 F500;(Move up and prime the nozzle)
  8. G0 X-1 Z0;(Move outside the printable area)
  9. G1 Y60 E8 F500;(Draw a priming/wiping line to the rear)
  10. G1 X-1;(Move a little closer to the print area)
  11. G1 Y10 E16 F500;(draw more priming/wiping)
  12. G1 E15 F250;(Small retract)
  13. G92 E0;(Zero the extruder)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement