Heated bed not turning off after print now
 
Benachrichtigungen
Alles löschen

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 

Dieses Thema wurde geändert Vor 4 years von Wobbles
Veröffentlicht : 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

Veröffentlicht : 01/06/2021 11:01 pm
jmshaffer1973 gefällt das
VladimirK
(@vladimirk)
Mitglied
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

Veröffentlicht : 23/07/2024 8:10 pm
Glen Hansen
(@glen-hansen)
Mitglied
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

Diese r Beitrag wurde geändert Vor 7 months 4 mal von Glen Hansen
Veröffentlicht : 24/07/2024 2:53 am
Teilen: