Fix comma/semicolon typo (#15420)

This commit is contained in:
Alex Somesan 2019-09-29 23:50:53 +02:00 committed by Scott Lahteine
parent 178dcd6fd8
commit 10bbed7f69

View file

@ -231,7 +231,7 @@ void GcodeSuite::G28(const bool always_home_all) {
#if ENABLED(IMPROVE_HOMING_RELIABILITY)
slow_homing_t slow_homing{0};
slow_homing.acceleration.set(planner.settings.max_acceleration_mm_per_s2[X_AXIS];
slow_homing.acceleration.set(planner.settings.max_acceleration_mm_per_s2[X_AXIS],
planner.settings.max_acceleration_mm_per_s2[Y_AXIS]);
planner.settings.max_acceleration_mm_per_s2[X_AXIS] = 100;
planner.settings.max_acceleration_mm_per_s2[Y_AXIS] = 100;