Преглед изворни кода

Fix for the PR #4023(Add macros to move servos)

・Add missing ')'
esenapaj пре 8 година
родитељ
комит
44f091a413
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Прегледај датотеку

@@ -1840,7 +1840,7 @@ static void setup_for_endstop_move() {
1840 1840
     #if ENABLED(HAS_SERVO_ENDSTOPS)
1841 1841
 
1842 1842
       // Engage Z Servo endstop if enabled
1843
-      if (SERVO_ENDSTOP_EXISTS(Z_AXIS)
1843
+      if (SERVO_ENDSTOP_EXISTS(Z_AXIS))
1844 1844
         DEPLOY_SERVO_ENDSTOP(Z_AXIS);
1845 1845
 
1846 1846
     #elif ENABLED(Z_PROBE_ALLEN_KEY)

Loading…
Откажи
Сачувај