Browse Source

Sanguinololu servo pins set default disabled

Ralf Schultz 11 years ago
parent
commit
eecda434fb
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/pins.h

+ 4
- 4
Marlin/pins.h View File

1055
 #endif
1055
 #endif
1056
 
1056
 
1057
 #ifdef NUM_SERVOS
1057
 #ifdef NUM_SERVOS
1058
-  #define SERVO0_PIN          11
1058
+  #define SERVO0_PIN          -1
1059
 
1059
 
1060
   #if NUM_SERVOS > 1
1060
   #if NUM_SERVOS > 1
1061
-    #define SERVO1_PIN        27
1061
+    #define SERVO1_PIN        -1
1062
   #endif
1062
   #endif
1063
 
1063
 
1064
   #if NUM_SERVOS > 2
1064
   #if NUM_SERVOS > 2
1065
-    #define SERVO2_PIN        28
1065
+    #define SERVO2_PIN        -1
1066
   #endif
1066
   #endif
1067
 
1067
 
1068
   #if NUM_SERVOS > 3
1068
   #if NUM_SERVOS > 3
1069
-    #define SERVO3_PIN        29
1069
+    #define SERVO3_PIN        -1
1070
   #endif
1070
   #endif
1071
 #endif
1071
 #endif
1072
 
1072
 

Loading…
Cancel
Save