PFW-1562 Fix an issue where safety timer is not handled correctly in mFilamentPrompt menu

This commit is contained in:
gudnimg 2024-09-15 10:28:10 +00:00
parent 5aa67489da
commit de092b35d5
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