♻️ reset_acceleration_rates => refresh_…

This commit is contained in:
Scott Lahteine
2022-06-26 22:30:05 -05:00
parent 05bdc5640d
commit 57c137a60f
5 changed files with 13 additions and 13 deletions

View File

@ -592,7 +592,7 @@ void MarlinSettings::postprocess() {
xyze_pos_t oldpos = current_position;
// steps per s2 needs to be updated to agree with units per s2
planner.reset_acceleration_rates();
planner.refresh_acceleration_rates();
// Make sure delta kinematics are updated before refreshing the
// planner position so the stepper counts will be set correctly.