diff --git a/Marlin/src/pins/pins_RADDS.h b/Marlin/src/pins/pins_RADDS.h index 79eacd36c0..bf71534284 100644 --- a/Marlin/src/pins/pins_RADDS.h +++ b/Marlin/src/pins/pins_RADDS.h @@ -48,6 +48,13 @@ #define Z_MIN_PIN 32 #define Z_MAX_PIN 38 +// +// Z Probe (when not Z_MIN_PIN) +// +#ifndef Z_MIN_PROBE_PIN + #define Z_MIN_PROBE_PIN 38 +#endif + // // Steppers // @@ -129,9 +136,9 @@ // SPI for Max6675 or Max31855 Thermocouple #if DISABLED(SDSUPPORT) - #define MAX6675_SS 53 + #define MAX6675_SS 53 #else - #define MAX6675_SS 49 + #define MAX6675_SS 49 #endif // @@ -149,7 +156,11 @@ // Misc. Functions // #define SDSS 4 -#define PS_ON_PIN 40 +#define PS_ON_PIN 40 // SERVO3_PIN + +#ifndef FIL_RUNOUT_PIN + #define FIL_RUNOUT_PIN 39 // SERVO2_PIN +#endif // I2C EEPROM with 8K of space #define I2C_EEPROM