Browse Source

Some RADDS pin updates

pull/1/head
Scott Lahteine 6 years ago
parent
commit
a9f94f260a
  1. 13
      Marlin/src/pins/pins_RADDS.h

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

Loading…
Cancel
Save