-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] (UI: "Heating" label is shown during the cooldown state) #23441
Comments
It may simply be leaving the old message up. The only thing the "Cooldown" option in that UI does is call |
So you mean |
static void cooldown() {
zero_fan_speeds();
disable_all_heaters();
} |
Hmm, should we add a function something like |
The method |
e.g., For #if HAS_HOTEND || HAS_HEATED_BED
case PREPARE_CASE_COOL:
thermalManager.cooldown();
ui.reset_status();
break;
#endif |
Question, will this be merged soon? Now seeing similar issue on an Ender 3 V2 and Artillery Hornet. Except both read Bed Cooling the entire time they are printing. |
There's also the bed heating/cooling status reset bug that may be affecting this: #23135 |
edit: seems like the ender 3 is still not behaving as it should even with LCD_TIMEOUT_TO_STATUS commented out, it seemed ok until the gcode dropped the bed temp from 60 to 58 as instructed, but it did not switch back to file name. |
#23135 has been merged and there's a new option Please download |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.0.x
code?No, but I will test it now!
Bug Description
I am not sure which condition triggered this UI bug but, the label indicates "E1 Heating" during the cooling down state. Pressing the "Cooldown" button does not affect either the UI or status.
I just upgraded my Marlin from v1.0.1 to latest.
P.S: I used the corresponding configs: https://github.com/MarlinFirmware/Configurations/tree/2.0.9.3/config/examples/Creality/Ender-3%20V2
Bug Timeline
No response
Expected behavior
"Heating" label should be hidden during the cooling down state.
Actual behavior
"Heating" label is shown during the cooling down state.
Steps to Reproduce
Version of Marlin Firmware
2.0.9.3
Printer model
Creality Ender 3 V2
Electronics
Stock
Add-ons
No response
Bed Leveling
No Bed Leveling
Your Slicer
Cura
Host Software
SD Card (headless)
Additional information & file uploads
VID_20220103_230046.mp4
The text was updated successfully, but these errors were encountered: