Browse Source

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

・Add missing ')'
esenapaj 8 years ago
parent
commit
44f091a413
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

1840
     #if ENABLED(HAS_SERVO_ENDSTOPS)
1840
     #if ENABLED(HAS_SERVO_ENDSTOPS)
1841
 
1841
 
1842
       // Engage Z Servo endstop if enabled
1842
       // Engage Z Servo endstop if enabled
1843
-      if (SERVO_ENDSTOP_EXISTS(Z_AXIS)
1843
+      if (SERVO_ENDSTOP_EXISTS(Z_AXIS))
1844
         DEPLOY_SERVO_ENDSTOP(Z_AXIS);
1844
         DEPLOY_SERVO_ENDSTOP(Z_AXIS);
1845
 
1845
 
1846
     #elif ENABLED(Z_PROBE_ALLEN_KEY)
1846
     #elif ENABLED(Z_PROBE_ALLEN_KEY)

Loading…
Cancel
Save