Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
  2. M203 X500.00 Y500.00 Z10.00 E50.00 ;Setaup machine max feedrate
  3. M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
  4. M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
  5. M220 S100 ;Reset Feedrate
  6. M221 S100 ;Reset Flowrate
  7.  
  8. M117 Print Starting...
  9. M75 ; Start Print Timer and Engage Fil Sensor if USB Printing
  10. M84 E ; Disable E Motor for probe accuracy on direct drive systems
  11. M117 Antiblob retract...
  12. G92 E0 ; Reset Extruder distance to 0
  13. G1 E-2 ; Retracts filament to prevent blobs during probing
  14. G92 E0 ; Reset Extruder distance to 0
  15. M117 Homing All...
  16. G28 ; home all axes
  17. M117 Homing Z Probe...
  18. G28 Z ; home z again
  19. M117 Generating mesh...
  20. G29; auto bed leveling
  21. M117 Heaters Recovering...
  22. G4 S10; wait for heaters to recover
  23. M420 Z0; Z fade
  24. M900 K0; LA
  25.  
  26. M117 Purging extruder...
  27. G92 E0 ; reset extruder
  28. G1 Z1.0 F3000 ; move z up little to prevent scratching of surface
  29. G1 X0.1 Y20 Z0.3 F5000.0 ; move to start-line position
  30. G1 X0.1 Y100.0 Z0.3 F500.0 E15 ; draw 1st line
  31. G1 X0.4 Y100.0 Z0.3 F5000.0 ; move to side a little
  32. G1 X0.4 Y20 Z0.3 F500.0 E30 ; draw 2nd line
  33. G92 E0 ; reset extruder
  34. G1 Z2.0 F3000 ; move z up little to prevent scratching of surface
  35.  
  36. M117 Printing.....
  37.  
  38. G90 ; absolute xyz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement