Skip to content

Commit

Permalink
PFW-1562 Fix an issue where safety timer is not handled correctly in …
Browse files Browse the repository at this point in the history
…mFilamentPrompt menu
  • Loading branch information
gudnimg committed Sep 15, 2024
1 parent 5aa6748 commit de092b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de092b3

Please sign in to comment.