We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3075bc3 commit d38261cCopy full SHA for d38261c
Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h
@@ -70,7 +70,9 @@
70
#define EXP3_PIN 11 // SERVO0_PIN
71
#define EXP4_PIN 12 // PS_ON_PIN
72
73
-#define SUICIDE_PIN 12 // Used by CR2020 Industrial series
74
-#ifndef SUICIDE_PIN_STATE
75
- #define SUICIDE_PIN_STATE HIGH
+#ifndef SUICIDE_PIN
+ #define SUICIDE_PIN 12 // Used by CR2020 Industrial series
+ #ifndef SUICIDE_PIN_STATE
76
+ #define SUICIDE_PIN_STATE HIGH
77
+ #endif
78
#endif
0 commit comments