Dipl.-Ing. Raoul Rubien, BSc
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
2 deletions
-
Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h
|
|
@ -43,7 +43,10 @@ |
|
|
|
#define SD_DETECT_PIN 49 // Always define onboard SD detect
|
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef PS_ON_PIN |
|
|
|
#define PS_ON_PIN 40 // Used by CR2020 Industrial series
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(CASE_LIGHT_ENABLE) && !defined(CASE_LIGHT_PIN) |
|
|
|
#define CASE_LIGHT_PIN 65 |
|
|
@ -61,4 +64,6 @@ |
|
|
|
#define EXP4_PIN 12 // PS_ON_PIN
|
|
|
|
|
|
|
|
#define SUICIDE_PIN 12 // Used by CR2020 Industrial series
|
|
|
|
#define SUICIDE_PIN_INVERTING true // Used by CR2020 Industrial series
|
|
|
|
#ifndef SUICIDE_PIN_INVERTING |
|
|
|
#define SUICIDE_PIN_INVERTING true |
|
|
|
#endif |
|
|
|