Advertisement
insippo

Prusaslicer 2.6.6 Kobra Max start-end g-code 29.04.23

Apr 29th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. #START G_CODE
  2. M190 S[first_layer_temperature] ; set bed temp
  3. M104 S180 ; set extruder temp
  4. M107 ;start with the fan off
  5. M104 S[first_layer_temperature] ; set extruder temp
  6. G28 ;move X/Y/Z to min endstops
  7. G1 Z5.0 F2040 ;move the platform down 5mm
  8. M109 S[first_layer_temperature] ; wait for extruder temp
  9. G92 E-5 F500
  10. BED_MESH_PROFILE LOAD="default"
  11. G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  12. G1 X2 Y1 Z5 F5000.0 ; Move to start position
  13. G1 X150 Z[first_layer_height] F1500.0 E30 ; Draw the first line
  14. G1 Y2 F3000 ; natuke kõrvale
  15. G1 X2 F1500.0 E30 ; Draw the second line
  16. G92 E0 ; Reset Extruder
  17. G1 E-1 F500 ; Retract filiment by 1 mm
  18. G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
  19. G92 E0 ; Reset Extruder
  20. SET_PIN PIN=LED VALUE=1.00
  21.  
  22. #END G_CODE
  23. M104 S0 ; turn off extruder
  24. M107 ; Fan off
  25. M140 S0 ; turn off bed
  26. G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  27. G92 Z5 E-5 F240 ;move Z up a bit and retract filament even more
  28. G28 X ;move X to min endstops, so the head is out of the way
  29. G90 ;Absolute positionning
  30. G1 Y200 F3000 ;Present print
  31. M84 ;steppers off
  32. SET_PIN PIN=LED VALUE=0.00
  33.  
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement