Skip to content

Commit

Permalink
Merge pull request #11 from Kokorone/Contribution
Browse files Browse the repository at this point in the history
Have Nano v1.2 specific pins off by default
  • Loading branch information
MKS-Sean committed Apr 24, 2020
2 parents f47a13f + e0d8c0f commit 8042a44
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,11 @@
//
#define POWER_LOSS_PIN PA2 // PW_DET
#define PS_ON_PIN PA3 // PW_OFF
#define SUICIDE_PIN PB2 // Enable MKSPWC support
#define KILL_PIN PA2 // Enable MKSPWC support
#define KILL_PIN_INVERTING true // Enable MKSPWC support
#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

//#define LED_PIN PB2

//
Expand Down

0 comments on commit 8042a44

Please sign in to comment.