mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
parent
e86c78379a
commit
885e923bff
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@ void MarlinSettings::postprocess() {
|
|||
EEPROM_WRITE(planner.extruder_advance_K);
|
||||
#else
|
||||
dummyf = 0;
|
||||
for (uint8_t q = _MAX(EXTRUDERS, 1); q--;) EEPROM_WRITE(dummyf);
|
||||
for (uint8_t q = DISTINCT_E; q--;) EEPROM_WRITE(dummyf);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue