Explorar el Código

Unhack selftest hack during wizard

3d-gussner hace 2 años
padre
commit
f2f54da5b0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Firmware/ultralcd.cpp

+ 1 - 0
Firmware/ultralcd.cpp

@@ -4018,6 +4018,7 @@ void lcd_wizard(WizState state)
 			wizard_event = gcode_M45(false, 0);
 			if (wizard_event) {
 #ifdef TEMP_MODEL
+			lcd_reset_alert_level();
 			state = S::TempModel;
 #else
 			state = S::IsFil;