From c890c9e8b0697a33c53ddfbacf3b4679ee8022f6 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Tue, 13 Dec 2022 17:35:26 +0100 Subject: [PATCH] TM: Do not lockout the menus on thermal errors This prevents the ability to run gcode from the SD card. In a thermal error with faulty values, and without serial access, this is the only way to process an M310 instruction and recover. --- Firmware/Marlin_main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index 835cb89b9..c37009020 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -9744,9 +9744,6 @@ void ThermalStop(bool allow_pause) } else { // We got a hard thermal error and/or there is no print going on. Just stop. lcd_print_stop(); - - // Also prevent further menu entry - menu_set_block(MENU_BLOCK_THERMAL_ERROR); } // Report the status on the serial, switch to a busy state