Skip to content
Snippets Groups Projects
Commit a9f94f26 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Some RADDS pin updates

parent 31df4321
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment