Advertisement
Guest User

Untitled

a guest
Apr 4th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. M117 Print Starting... ; V3.0 EZABL Starting Code
  2. M75 ; Start Print Timer and Engage Fil Sensor if USB Printing
  3. M117 Antiblob retract...
  4. G92 E0 ; Reset Extruder distance to 0
  5. G1 E-2 ; Retracts filament to prevent blobs during probing
  6. G92 E0 ; Reset Extruder distance to 0
  7. M84 E ; Disable E Motor for probe accuracy on direct drive systems
  8. M117 Homing All...
  9. G28 ; home all axes
  10. M117 Homing Z Probe...
  11. G28 Z ; home z again
  12. M117 Generating mesh...
  13. G29; auto bed leveling
  14. M117 Heaters Recovering...
  15. G4 S10; wait for heaters to recover
  16. M420 Z0; Z fade
  17. M900 K0; LA
  18.  
  19. M117 Purging extruder...
  20. G92 E0 ; reset extruder
  21. G1 Z1.0 F600 ; move z up little to prevent scratching of surface
  22. G1 X0.1 Y20 Z0.3 F5000.0 ; move to start-line position
  23. G1 X0.1 Y100.0 Z0.3 F500.0 E15 ; draw 1st line
  24. G1 X0.4 Y100.0 Z0.3 F500.0 ; move to side a little
  25. G1 X0.4 Y20 Z0.3 F500.0 E30 ; draw 2nd line
  26. G92 E0 ; reset extruder
  27. G1 Z1.0 F600 ; move z up little to prevent scratching of surface
  28.  
  29. M117 Printing.....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement