Advertisement
lainszvahl

Ender 5 Cura start-stop code

Feb 20th, 2019
1,212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. =========== start gcode -=================
  2.  
  3. G28 ; home all axes
  4. M117 Purge extruder
  5. G92 E0 ; reset extruder
  6. G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
  7. G1 X5.0 Y20 Z0.3 F5000.0 ; move to start-line position adjusted to not hit clips
  8. G1 X5.0 Y200.0 Z0.3 F1500.0 E15 ; draw 1st line
  9. G1 X5.4 Y200.0 Z0.3 F5000.0 ; move to side a little
  10. G1 X5.4 Y20 Z0.3 F1500.0 E30 ; draw 2nd line
  11. G92 E0 ; reset extruder
  12. G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
  13. M117 The Hyenas are all ready to go
  14.  
  15. =========== Stop GCode =============================
  16.  
  17. G91; set coordinates to relative
  18. G1 F1800 E-3; retract
  19. G1 F3000 Z10; lift nozzle off the print 10mm
  20. G90; change to absolute
  21. G1 X0 Y220 F1000 ; prepare for part removal
  22. M106 S0 ; turn off cooling fan
  23. M104 S0 ; turn off extruder
  24. M140 S0 ; turn off bed
  25. M84 ; disable motors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement