Can't start second print without power cycling (SKR 1.4 Marlin) February 05, 2021 04:34AM |
Registered: 3 years ago Posts: 3 |
; Ender 3 Custom End G-code G4 ; Wait M220 S100 ; Reset Speed factor override percentage to default (100%) M221 S100 ; Reset Extrude factor override percentage to default (100%) G91 ; Set coordinates to relative G1 F1800 E-3 ; Retract filament 3 mm to prevent oozing G1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely G90 ; Set coordinates to absolute G1 X0 Y{machine_depth} F1000 ; Move Heat Bed to the front for easy print removal M106 S0 ; Turn off cooling fan M104 S0 ; Turn off extruder M140 S0 ; Turn off bed M107 ; Turn off Fan M84 ; Disable stepper motors M117 That's All Folks! ; End of custom end GCode
Re: Can't start second print without power cycling (SKR 1.4 Marlin) February 05, 2021 07:43AM |
Registered: 7 years ago Posts: 1,902 |
Re: Can't start second print without power cycling (SKR 1.4 Marlin) February 08, 2021 05:02AM |
Registered: 3 years ago Posts: 3 |
Re: Can't start second print without power cycling (SKR 1.4 Marlin) February 08, 2021 08:56AM |
Registered: 7 years ago Posts: 1,902 |
Re: Can't start second print without power cycling (SKR 1.4 Marlin) February 14, 2021 04:09PM |
Registered: 3 years ago Posts: 1 |