Cancle power recovery correctly using cancel_saved_printing();

This commit is contained in:
3d-gussner 2024-02-22 10:36:30 +01:00
parent 95c6ea5889
commit 886d610524
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ void setup()
if ( btn == LCD_LEFT_BUTTON_CHOICE) {
recover_print(0);
} else { // LCD_MIDDLE_BUTTON_CHOICE
eeprom_update_byte_notify((uint8_t*)EEPROM_UVLO, PowerPanic::NO_PENDING_RECOVERY);
cancel_saved_printing();
}
}
}