Fix of calculate_extrusion_multipliers().
This is a fix of a bug made in the previous commit.
This commit is contained in:
parent
ded0dcb254
commit
fc3af0533a
2 changed files with 9 additions and 6 deletions
Firmware
|
@ -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…
Add table
Add a link
Reference in a new issue