Some RADDS pin updates
This commit is contained in:
parent
31df43212c
commit
a9f94f260a
1 changed files with 14 additions and 3 deletions
|
@ -48,6 +48,13 @@
|
||||||
#define Z_MIN_PIN 32
|
#define Z_MIN_PIN 32
|
||||||
#define Z_MAX_PIN 38
|
#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
|
// Steppers
|
||||||
//
|
//
|
||||||
|
@ -149,7 +156,11 @@
|
||||||
// Misc. Functions
|
// Misc. Functions
|
||||||
//
|
//
|
||||||
#define SDSS 4
|
#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
|
// I2C EEPROM with 8K of space
|
||||||
#define I2C_EEPROM
|
#define I2C_EEPROM
|
||||||
|
|
Reference in a new issue