Remove unused enum MeshLevelingState

This commit is contained in:
gudnimg 2024-08-03 16:47:54 +00:00
parent 15670f21bd
commit efc4cc4996
1 changed files with 0 additions and 6 deletions

View File

@ -726,12 +726,6 @@ void softReset(void) {
while(1);
}
#ifdef MESH_BED_LEVELING
enum MeshLevelingState { MeshReport, MeshStart, MeshNext, MeshSet };
#endif
static void factory_reset_stats(){
eeprom_update_dword_notify((uint32_t *)EEPROM_TOTALTIME, 0);
eeprom_update_dword_notify((uint32_t *)EEPROM_FILAMENTUSED, 0);