Advertisement
insippo

Prusaslicer Kobra Max start gcode

Mar 6th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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. G1 Z15.0 F240 ;move the platform down 15mm
  8. M104 S[first_layer_temperature] ; set extruder temp
  9. M109 S[first_layer_temperature] ; wait for extruder temp
  10. G92 E0 ;zero the extruded length
  11. G1 F200 E10 ;extrude 10mm of feed stock
  12. G92 E0 ;zero the extruded length again
  13. G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  14. G1 X0.1 Y20 Z[first_layer_height] F5000.0 ; Move to start position
  15. G1 X200 Y1 Z[first_layer_height] F1500.0 E15 ; Draw the first line
  16. G1 X200 Y1.5 Z[first_layer_height] F5000.0 ; Move to side a little
  17. G1 X200 Y2 Z0.3[first_layer_height] F1500.0 E30 ; Draw the second line
  18. G92 E0 ; Reset Extruder
  19. G1 E-1 F500 ; Retract filiment by 1 mm
  20. G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  21. G1 X5 Y20 Z0.3 F240 ; Move over to prevent blob squish
  22. G92 E0 ; Reset Extruder
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement