Advertisement
balkin

Стартовый g-code для UlTi Steel (пример)

Oct 24th, 2020
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. G21 ;metric values
  2. G90 ;absolute positioning
  3. M82 ;set extruder to absolute mode
  4. M107 ;start with the fan off
  5. G28 X0 Y0 ;move X/Y to min endstops
  6. G28 Z0 ;move Z to min endstops
  7. G92 E0 ;zero the extruded length
  8. G1 Z0.2 F3000 ;Move Z Axis down
  9. G1 X1.0 Y20.0 Z0.2 F5000.0 ;Move to start position
  10. G1 X1.0 Y200.0 Z0.2 F1500.0 E20 ;Draw the first line
  11. G1 X1.2 Y200.0 Z0.2 F5000.0 ;Move to side a little
  12. G1 X1.2 Y20.0 Z0.2 F1500.0 E35 ;Draw the second line
  13. G92 E0 ;Reset Extruder
  14. M117 Printing...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement