Advertisement
taj1994

Ender 5 Plus Start G-code

Sep 20th, 2023
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. M92 E95.88 ;Set E-Steps
  2. M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
  3. M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
  4. M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
  5. M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
  6. M220 S100 ;Reset Feedrate
  7. M221 S100 ;Reset Flowrate
  8.  
  9. G28 ;Home
  10. M420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height
  11.  
  12. G92 E0 ;Reset Extruder
  13. G1 Z2.0 F3000 ;Move Z Axis up
  14. G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
  15. G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
  16. G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
  17. G1 X10.4 Y20.0 Z0.28 F1500.0 E30 ;Draw the second line
  18. G92 E0 ;Reset Extruder
  19. G1 Z2.0 F3000 ;Move Z Axis up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement