|
|
|
@ -40,11 +40,23 @@
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define SD_DETECT_PIN 49 // Always define onboard SD detect
|
|
|
|
|
#define BEEPER_PIN 37 // Always define beeper pin so Play Tone works with ExtUI
|
|
|
|
|
|
|
|
|
|
#define PS_ON_PIN 40 // Used by CR2020 Industrial series
|
|
|
|
|
|
|
|
|
|
#if ENABLED(CASE_LIGHT_ENABLE) && !defined(CASE_LIGHT_PIN)
|
|
|
|
|
#define CASE_LIGHT_PIN 65
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#include "pins_RAMPS.h"
|
|
|
|
|
|
|
|
|
|
#define EXP1_PIN 65 // A11
|
|
|
|
|
#ifndef BEEPER_PIN
|
|
|
|
|
#define BEEPER_PIN 37 // Always define beeper pin so Play Tone works with ExtUI
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#define EXP1_PIN 65 // A11 - Used by CR2020 Industrial series for case
|
|
|
|
|
#define EXP2_PIN 66 // A12
|
|
|
|
|
#define EXP3_PIN 11 // SERVO0_PIN
|
|
|
|
|
#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
|
|
|
|
|