[1.1.x][PlatformIO] Stop compiling after first five errors (#8828)
This commit is contained in:
parent
ea345b1db7
commit
98159c0507
2 changed files with 16 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue