If Finda is not pressed, don't report Unload Manually error

pull/253/head
Guðni Már Gilbert 2022-12-17 13:31:27 +00:00 committed by D.R.racer
parent bf14e8435b
commit f9d324cd38
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ bool FINDA::CheckFINDAvsEEPROM() {
// FINDA is not pressed but we have a record in the EEPROM. // FINDA is not pressed but we have a record in the EEPROM.
// It has been decided, that we shall clear such a record from EEPROM automagically // It has been decided, that we shall clear such a record from EEPROM automagically
// and presume there is no filament at all (requires working FINDA) // and presume there is no filament at all (requires working FINDA)
//mg::globals.SetFilamentLoaded(config::toolCount, mg::AtPulley); mg::globals.SetFilamentLoaded(config::toolCount, mg::AtPulley);
ret = false;
} }
return ret; return ret;
} }