end.gcode 503 B

1234567891011
  1. ; Ender 3 Custom End G-code
  2. G4 ; Wait
  3. M220 S100 ; Reset Speed factor override percentage to default (100%)
  4. M221 S100 ; Reset Extrude factor override percentage to default (100%)
  5. G91 ; Set coordinates to relative
  6. G1 F1800 E-3 ; Retract filament 3 mm to prevent oozing
  7. G1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely
  8. G90 ; Set coordinates to absolute
  9. G1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal
  10. M84 ; Disable stepper motors
  11. ; End of custom end GCode