🎨 Update MKSPWC, some other pins (#22557)
This commit is contained in:
committed by
Scott Lahteine
parent
e62486a610
commit
eb0d80cb19
@@ -229,14 +229,10 @@
|
||||
//
|
||||
// Power Supply Control
|
||||
//
|
||||
#if ENABLED(PSU_CONTROL) // MKSPWC
|
||||
#ifndef PS_ON_PIN
|
||||
#define PS_ON_PIN P2_00 // Suggestion (SERVO)
|
||||
#endif
|
||||
#ifndef KILL_PIN
|
||||
#define KILL_PIN P1_24 // Suggestion (Z+)
|
||||
#define KILL_PIN_STATE HIGH
|
||||
#endif
|
||||
#if ENABLED(MKS_PWC)
|
||||
#define PS_ON_PIN P2_00 // SERVO
|
||||
#define KILL_PIN P1_24 // Z+
|
||||
#define KILL_PIN_STATE HIGH
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user