Notifications
Clear all

Printer not cooling down after print  

  RSS
Goolow
(@goolow)
New Member
Printer not cooling down after print

I’m on my 3rd Prusa printer. Using an MK4 with MMU. The printer used to always cool down right after a print. With newest slicer version it waits 30 minutes before cooling down. So I just do cool down in the filament area. 
Is there a setting to change to cool down immediately after print. Or a G code change I could make?

thanks, Jon

Posted : 11/08/2024 8:27 pm
fabnavigator
(@fabnavigator)
Estimable Member
RE: Printer not cooling down after print

Under the settings for your selected printer in PrusaSlicer, what do the custom g-codes look like? Specifically the end g-code section?

Posted : 12/08/2024 2:42 am
Goolow
(@goolow)
New Member
Topic starter answered:
RE: Printer not cooling down after print

{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+1, max_print_height)} F720 ; Move print head up{endif}M104 S0 ; turn off temperatureM140 S0 ; turn off heatbedM107 ; turn off fanG1 X241 Y170 F3600 ; park{if layer_z < max_print_height}G1 Z{z_offset+min(layer_z+23, max_print_height)} F300 ; Move print head up{endif}G4 ; waitM900 K0 ; reset LAM142 S36 ; reset heatbreak target tempM84 X Y E ; disable motors; max_layer_z = [max_layer_z]

Posted : 15/09/2024 7:05 pm
Share: