Skip to content

Commit

Permalink
🔧 Overridable SUICIDE_PIN for RAMPS_CREALITY (#27143)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRaf974 authored and thinkyhead committed Jun 16, 2024
1 parent c674f01 commit 4f146ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4f146ef

Please sign in to comment.