Unhack selftest hack during wizard

This commit is contained in:
3d-gussner 2022-11-20 10:48:49 +01:00
parent 0f70665e44
commit f8edad2fba

View File

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