We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f47a13f + e0d8c0f commit 8042a44Copy full SHA for 8042a44
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
@@ -112,10 +112,11 @@
112
//
113
#define POWER_LOSS_PIN PA2 // PW_DET
114
#define PS_ON_PIN PA3 // PW_OFF
115
-#define SUICIDE_PIN PB2 // Enable MKSPWC support
116
-#define KILL_PIN PA2 // Enable MKSPWC support
117
-#define KILL_PIN_INVERTING true // Enable MKSPWC support
118
-#define SERVO0_PIN PA8 // Enable BLTOUCH support
+//#define SUICIDE_PIN PB2 // Enable MKSPWC support ROBIN NANO v1.2 ONLY
+//#define KILL_PIN PA2 // Enable MKSPWC support ROBIN NANO v1.2 ONLY
+//#define KILL_PIN_INVERTING true // Enable MKSPWC support ROBIN NANO v1.2 ONLY
+//#define SERVO0_PIN PA8 // Enable BLTOUCH support ROBIN NANO v1.2 ONLY
119
+
120
//#define LED_PIN PB2
121
122
0 commit comments