Some RADDS pin updates

This commit is contained in:
Scott Lahteine 2018-03-31 22:15:24 -05:00
parent 31df43212c
commit a9f94f260a

View File

@ -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