Bläddra i källkod

Fix comma/semicolon typo (#15420)

Alex Somesan 5 år sedan
förälder
incheckning
10bbed7f69
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G28.cpp Visa fil

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

Laddar…
Avbryt
Spara