Merge pull request #4774 from 3d-gussner/MK3141_PFW-1562

PFW-1562 Fix an issue where safety timer is not handled correctly in …
This commit is contained in:
3d-gussner 2024-09-18 09:02:02 +02:00 committed by GitHub
commit 91af967f5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8805,6 +8805,7 @@ static void handleSafetyTimer()
{
disable_heater();
lcd_show_fullscreen_message_and_wait_P(_T(MSG_BED_HEATING_SAFETY_DISABLED));
lcd_return_to_status();
}
}
#endif //SAFETYTIMER