mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-02 07:00:42 +00:00
🔧 Overridable SUICIDE_PIN for RAMPS_CREALITY (#27143)
This commit is contained in:
parent
3075bc3b7b
commit
d38261c908
1 changed files with 5 additions and 3 deletions
|
@ -70,7 +70,9 @@
|
|||
#define EXP3_PIN 11 // SERVO0_PIN
|
||||
#define EXP4_PIN 12 // PS_ON_PIN
|
||||
|
||||
#define SUICIDE_PIN 12 // Used by CR2020 Industrial series
|
||||
#ifndef SUICIDE_PIN_STATE
|
||||
#define SUICIDE_PIN_STATE HIGH
|
||||
#ifndef SUICIDE_PIN
|
||||
#define SUICIDE_PIN 12 // Used by CR2020 Industrial series
|
||||
#ifndef SUICIDE_PIN_STATE
|
||||
#define SUICIDE_PIN_STATE HIGH
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue