Skip to content

Commit

Permalink
Merge pull request #4774 from 3d-gussner/MK3141_PFW-1562
Browse files Browse the repository at this point in the history
PFW-1562 Fix an issue where safety timer is not handled correctly in …
  • Loading branch information
3d-gussner authored Sep 18, 2024
2 parents 5aa6748 + 7704cb4 commit 91af967
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 91af967

Please sign in to comment.