Fix after merge (symbol calculate_volumetric_multipliers() renamed
to calculate_extruder_multipliers())
This commit is contained in:
parent
11e7eb27ee
commit
a0bcfc7d95
|
|
@ -378,8 +378,8 @@ bool Config_RetrieveSettings(uint16_t offset, uint8_t level)
|
||||||
EEPROM_READ_VAR(i, extruder_advance_k);
|
EEPROM_READ_VAR(i, extruder_advance_k);
|
||||||
EEPROM_READ_VAR(i, advance_ed_ratio);
|
EEPROM_READ_VAR(i, advance_ed_ratio);
|
||||||
}
|
}
|
||||||
calculate_volumetric_multipliers();
|
|
||||||
#endif //LIN_ADVANCE
|
#endif //LIN_ADVANCE
|
||||||
|
calculate_extruder_multipliers();
|
||||||
|
|
||||||
// Call updatePID (similar to when we have processed M301)
|
// Call updatePID (similar to when we have processed M301)
|
||||||
updatePID();
|
updatePID();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue