Synchronize retractions
This commit is contained in:
committed by
Scott Lahteine
parent
f0d34ca4f5
commit
ae2173cd52
@ -247,6 +247,10 @@ void MarlinSettings::postprocess() {
|
||||
#if HAS_MOTOR_CURRENT_PWM
|
||||
stepper.refresh_motor_power();
|
||||
#endif
|
||||
|
||||
#if ENABLED(FWRETRACT)
|
||||
fwretract.refresh_autoretract();
|
||||
#endif
|
||||
}
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
|
Reference in New Issue
Block a user