Sfoglia il codice sorgente

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

・Add missing ')'
esenapaj 8 anni fa
parent
commit
44f091a413
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Vedi File

@@ -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…
Annulla
Salva