Heated bed not turning off after print now
 
Notifications
Clear all

Heated bed not turning off after print now  

  RSS
Wobbles
(@wobbles)
New Member
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 

This topic was modified 3 years ago by Wobbles
Posted : 01/06/2021 8:42 pm
JoanTabb
(@joantabb)
Veteran Member Moderator
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

Posted : 01/06/2021 11:01 pm
Share: