Advertisement
Guest User

Untitled

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