Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. G21 ; (metric values)
  2. G90 ; (absolute positioning)
  3. M82 ; (set extruder to absolute mode)
  4. M203 E80 ; (set extruder max to 80)
  5. G28 ; (home all axis)
  6. G29 ; (Auto Level)
  7. G92 E0 ; (reset extruder)
  8. G1 Z1 F3000 ; (move z up little to prevent scratching of surface)
  9. G1 X5 Y20 Z0.2 F5000.0 ; (move to start-line position)
  10. G1 X5 Y150.0 Z0.2 F1500.0 E15 ; (draw 1st line)
  11. G1 X5.2 Y150.0 Z0.2 F5000.0 ; (move to side a little)
  12. G1 X5.2 Y20 Z0.2 F1500.0 E30 ; (draw 2nd line)
  13. ; G1 E27 F1000 ; (retract filament 1mm)
  14. G92 E0 ; (reset extruder)
  15. G1 Z1.0 F3000 ; (move z up little to prevent scratching of surface)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement