Heated bed not turning off after print now
all of a sudden the heated bed does not turn off after print ?using prusa slicer and ender 5 .. Not sure what’s happened ?
many help would be appreciated
RE: Heated bed not turning off after print now
do you have something like this in your Custom Gcode, End Gcode?
G4 ; wait
M221 S100 ; reset flow
M900 K0 ; reset LA
{if print_settings_id=~/.*(DETAIL @MK3|QUALITY @MK3|@0.25 nozzle MK3).*/}M907 E538 ; reset extruder motor current{endif}
M104 S0 ; turn off temperature
M140 S0 ; turn off heatbed
M107 ; turn off fan
{if max_layer_z < max_print_height}G1 Z{z_offset+min(max_layer_z+30, max_print_height)}{endif} ; Move print head up
G1 X0 Y200 F3000 ; home X axis
M84 ; disable motors
I try to make safe suggestions,You should understand the context and ensure you are happy that they are safe before attempting to apply my suggestions, what you do, is YOUR responsibility. Location Halifax UK
RE: Heated bed not turning off after print now
...
; Filament-specific end gcode
M104 S0 ; turn off temperature
G28 X0 ; home X axis
M84 ; disable motors
Search cannot find "M140" at all. Using Duet and RepRap. Sometime it works, sometime not.Calibration_cube_20x20mm
RE:
If your heated bed doesn't turn off after a print with Prusa Slicer and Ender 5, it could be a G-code issue. Check your end G-code in the slicer settings to ensure it includes the command to turn off the heated bed (usually `M140 S0`). If the G-code is correct, inspect the printer firmware and settings. Reflashing the firmware might help. retro bowl