Advertisement
insippo

Kobra Max Prusaslicer end gcode 03.04.23

Apr 3rd, 2023
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. M104 S0 ; turn off extruder
  2. M140 S0 ; bed temp 0
  3. M107 ; Fan off
  4. G91 ;relative positioning
  5. G1 E-1 F40 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
  6. G1 Z+10 E-5 ;X-20 Y-20 F240 ;move Z up a bit and retract filament even more
  7. G28 X0 ;move X to min endstops, so the head is out of the way
  8. G90 ;Absolute positionning
  9. G1 Y200 F3000 ;Present print
  10. M84 ;steppers off
  11. SET_PIN PIN=LED VALUE=0.00
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement