Update software endstops if EEPROM is loaded
This commit is contained in:
parent
464d594450
commit
41b5c48129
3 changed files with 5 additions and 1 deletions
|
|
@ -186,6 +186,9 @@ void Config_Postprocess() {
|
|||
#endif
|
||||
|
||||
calculate_volumetric_multipliers();
|
||||
|
||||
// Software endstops depend on home_offset
|
||||
LOOP_XYZ(i) update_software_endstops((AxisEnum)i);
|
||||
}
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue