Browse Source

Allow overriding servo pin for MKS Robin Mini (#20158)

Jason Smith 4 years ago
parent
commit
9767e59e6c
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_MINI.h

+ 3
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_MINI.h View File

111
 #define POWER_LOSS_PIN                      PA2   // PW_DET
111
 #define POWER_LOSS_PIN                      PA2   // PW_DET
112
 #define PS_ON_PIN                           PA3   // PW_OFF
112
 #define PS_ON_PIN                           PA3   // PW_OFF
113
 
113
 
114
-#define SERVO0_PIN                          PA8   // Enable BLTOUCH support on IO0 (WIFI connector)
114
+#ifndef SERVO0_PIN
115
+  #define SERVO0_PIN                        PA8   // Enable BLTOUCH support on IO0 (WIFI connector)
116
+#endif
115
 
117
 
116
 #define MT_DET_1_PIN                        PA4
118
 #define MT_DET_1_PIN                        PA4
117
 #define MT_DET_PIN_INVERTING               false
119
 #define MT_DET_PIN_INVERTING               false

Loading…
Cancel
Save