Fix missing eeprom_update_byte for debuging

This commit is contained in:
3d-gussner 2024-03-13 11:14:13 +01:00
parent 5b7c583dba
commit fc157d1f6c
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ void recover_print(uint8_t automatic) {
if(eeprom_read_byte((uint8_t*)EEPROM_UVLO) == PowerPanic::PENDING_RECOVERY)
{
enquecommandf_P(PSTR("G1 Z%.3f F800"), current_position[Z_AXIS] + Z_PAUSE_LIFT);
eeprom_update_byte((uint8_t*)EEPROM_UVLO, PowerPanic::PENDING_RECOVERY_RETRY);
eeprom_update_byte_notify((uint8_t*)EEPROM_UVLO, PowerPanic::PENDING_RECOVERY_RETRY);
}
// Home X and Y axes. Homing just X and Y shall not touch the babystep and the world2machine