Advertisement
rAthus

Cura Start End Gcode

Aug 24th, 2019
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. ;Start
  2.  
  3. M117 Initianization...
  4. G21 ;metric values
  5. G90 ;absolute positioning
  6. M82 ;set extruder to absolute mode
  7. M107 ;start with the fan off
  8. M117 Homing...
  9. G28 X Y ;home X Y to prevent false positive on sensorless homing
  10. G4 P500 ;wait 500ms
  11. G28 ;home all
  12. G4 P500 ;wait 500ms
  13. M117 Auto bed leveling...
  14. G29 ;auto bel leveling
  15. M117 Ready...
  16. G92 E0 ;zero the extruded length
  17. G1 F9000
  18. M117 Printing...
  19.  
  20. ;End
  21.  
  22. M117 Finishing...
  23. M104 S0 ;extruder heater off
  24. M140 S0 ;heated bed heater off (if you have it)
  25. G91 ;relative positioning
  26. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  27. G1 Z+5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even more
  28. G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
  29. M84 ;steppers off
  30. G90 ;absolute positioning
  31. M400
  32. M300 P500
  33. M400
  34. G4 P500
  35. M400
  36. M300 P500
  37. M400
  38. G4 P500
  39. M400
  40. M300 P500
  41. M400
  42. M117 Finished!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement