Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 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 ;Setup 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. G28 ;Home
  9. G29 ;BLTouch
  10.  
  11. G92 E0 ;Reset Extruder
  12. G1 Z2.0 F3000 ;Move Z Axis up
  13. G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
  14. G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
  15. G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
  16. G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
  17. G92 E0 ;Reset Extruder
  18. G1 Z2.0 F3000 ;Move Z Axis up
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement