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