Advertisement
insippo

Kobra Max start gcode

Mar 31st, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. G21 ;metric values
  2. G90 ;absolute positioning
  3. M107 ;start with the fan off
  4. G28 X0 Y0 ;move X/Y to min endstops
  5. G28 Z0 ;move Z to min endstops
  6. BED_MESH_PROFILE LOAD="default"
  7. G1 Z5.0 F2400 ;move the platform down 15mm
  8. G92 E0 ;zero the extruded length
  9. G90 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  10. G1 X0.1 Y2 F3000.0 ; Move to start position
  11. G1 Z0.2 F100
  12. G1 X220 F1500.0 E15 ; Draw the first line
  13. G1 Y2.5 X20 F2000 E30 ; Draw the second line
  14. G92 E0 ; Reset Extruder
  15. G1 E-1 F25 ; Retract filiment by 2 mm
  16. G1 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  17. G92 E0 ; Reset Extruder
  18. SET_PIN PIN=LED VALUE=1.00
  19. G1 Z2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement