Set Cutter OFF if 0xff

This commit is contained in:
3d-gussner 2022-09-08 12:30:03 +02:00 committed by D.R.racer
parent b3ec36228d
commit 8e9a49082b
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ if (eeprom_read_byte((uint8_t*)EEPROM_PINDA_TEMP_COMPENSATION) == 0xff) eeprom_u
eeprom_update_dword((uint32_t *)EEPROM_TOTALTIME, 0);
eeprom_update_dword((uint32_t *)EEPROM_FILAMENTUSED, 0);
}
//Set Cutter OFF if 0xff
if (eeprom_read_byte((uint8_t*)EEPROM_MMU_CUTTER_ENABLED) == 0xff) eeprom_update_byte((uint8_t *)EEPROM_MMU_CUTTER_ENABLED, 0);
}
//! @brief Get default sheet name for index