Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. G21 ;metric is good!
  2. G90 ;absolute positioning
  3. T0; select new extruder
  4. G92 E0 ;zero the extruded length
  5. G1 X-250 F1500
  6. G92 X0
  7. G1 Y-250 F1500
  8. G92 Y0
  9. G1 X120 Y0 F1500.0 ;horizontal move
  10. G1 Z-200 F70
  11. G92 Z0
  12. G92 E0 ;zero the extruded length
  13. G1 F1500.0; feed for start of next move
  14. ;G1 X2.0 Y2.0 F3000.0 ;horizontal move
  15. ;G1 X3.0 Y3.0 ;horizontal move
  16. G1 Z1 F70
  17. M109 S186.0 ;set temperature and wait
  18. G1 F15000.0; feed for start of next move
  19. E300.0 G1 F3000; extruder dwell
  20. G1 F4500.0; feed for start of next move
  21. G92 E0 ;zero the extruded length
Add Comment
Please, Sign In to add comment