Advertisement
insippo

kobra max start g-code

Apr 3rd, 2023 (edited)
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. M190 S[first_layer_temperature] ; set bed temp
  2. M104 S150 ; set extruder temp
  3. M107 ;start with the fan off
  4. G28 ;move X/Y/Z to min endstops
  5. M104 S[first_layer_temperature] ; set extruder temp
  6. G1 Z5.0 F240 ;move the platform down 5mm
  7. M109 S[first_layer_temperature] ; wait for extruder temp
  8. BED_MESH_PROFILE LOAD="default"
  9. G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  10. G1 X2 Y1 Z5 F5000.0 ; Move to start position
  11. G1 X200 Y1 Z[first_layer_height] F1500.0 E30 ; Draw the first line
  12. G1 Y1.3 F3000 ; natuke kõrvale
  13. G1 X2 F1500.0 E30 ; Draw the second line
  14. G92 E0 ; Reset Extruder
  15. G1 E-1 F500 ; Retract filiment by 1 mm
  16. G1 Z2.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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement