[1.1.x][PlatformIO] Stop compiling after first five errors (#8828)
This commit is contained in:
committed by
Scott Lahteine
parent
ea345b1db7
commit
98159c0507
@@ -781,7 +781,9 @@ void MarlinSettings::postprocess() {
|
||||
}
|
||||
else {
|
||||
float dummy = 0;
|
||||
bool dummyb;
|
||||
#if DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(FWRETRACT)
|
||||
bool dummyb;
|
||||
#endif
|
||||
|
||||
working_crc = 0; // Init to 0. Accumulated by EEPROM_READ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user