Skip to content

Commit 8042a44

Browse files
authored
Merge pull request MarlinFirmware#11 from Kokorone/Contribution
Have Nano v1.2 specific pins off by default
2 parents f47a13f + e0d8c0f commit 8042a44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@
112112
//
113113
#define POWER_LOSS_PIN PA2 // PW_DET
114114
#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
115+
//#define SUICIDE_PIN PB2 // Enable MKSPWC support ROBIN NANO v1.2 ONLY
116+
//#define KILL_PIN PA2 // Enable MKSPWC support ROBIN NANO v1.2 ONLY
117+
//#define KILL_PIN_INVERTING true // Enable MKSPWC support ROBIN NANO v1.2 ONLY
118+
//#define SERVO0_PIN PA8 // Enable BLTOUCH support ROBIN NANO v1.2 ONLY
119+
119120
//#define LED_PIN PB2
120121

121122
//

0 commit comments

Comments
 (0)