robathome

Untitled

Dec 30th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # Ender-3 Starting Script for PLA w/ 0.4mm Nozzle
  2.  
  3. G28 ; Home axes
  4. G90 ; Enable absolute motion commands
  5. G1 X10 Y30 Z10 F3000 ; Move hotend into print envelope
  6. G1 Z0.3 F500 ; Lower hotend
  7.  
  8. G91 ; Enable relative motion commands
  9. M83 ; Enable relative extrusion commands
  10. G1 Y20 E2.5 F600 : Begin extrude first line
  11. G1 Y20 E2.5 ;
  12. G1 Y20 E2.5 ;
  13. G1 Y20 E2.5 ;
  14. G1 Y20 E2.5 ;
  15. G1 Y20 E2.5 ;
  16. G1 Y20 E2.5 ;
  17. G1 Y20 E2.5 ;
  18.  
  19. G1 Z1 F1000; Lift hotend
  20. G1 X10 F4000 ; Move effector
  21. G1 Z-1 F1000 ; Lower hotend
  22. G1 Y-2 E2.5 F1200 ; Begin extrude second line
  23. G1 Y-2 E2.5 F1200 ;
  24. G1 Y-2 E2.5 F1200 ;
  25. G1 Y-2 E2.5 F1200 ;
  26. G1 Y-2 E2.5 F1200 ;
  27. G1 Y-2 E2.5 F1200 ;
  28. G1 Y-2 E2.5 F1200 ;
  29. G1 Y-2 E2.5 F1200 ;
  30.  
  31. G1 Y-2 E-2 F3000 ; Retract filament & wipe
  32. G1 Z1 E-1 F3000 ; Lift hotend
  33.  
  34. G90 ; Enable absolute motion commands
  35. ; Begin print
Add Comment
Please, Sign In to add comment