|
@@ -49,6 +49,13 @@
|
49
|
49
|
#define Z_MAX_PIN 38
|
50
|
50
|
|
51
|
51
|
//
|
|
52
|
+// Z Probe (when not Z_MIN_PIN)
|
|
53
|
+//
|
|
54
|
+#ifndef Z_MIN_PROBE_PIN
|
|
55
|
+ #define Z_MIN_PROBE_PIN 38
|
|
56
|
+#endif
|
|
57
|
+
|
|
58
|
+//
|
52
|
59
|
// Steppers
|
53
|
60
|
//
|
54
|
61
|
#define X_STEP_PIN 24
|
|
@@ -129,9 +136,9 @@
|
129
|
136
|
|
130
|
137
|
// SPI for Max6675 or Max31855 Thermocouple
|
131
|
138
|
#if DISABLED(SDSUPPORT)
|
132
|
|
- #define MAX6675_SS 53
|
|
139
|
+ #define MAX6675_SS 53
|
133
|
140
|
#else
|
134
|
|
- #define MAX6675_SS 49
|
|
141
|
+ #define MAX6675_SS 49
|
135
|
142
|
#endif
|
136
|
143
|
|
137
|
144
|
//
|
|
@@ -149,7 +156,11 @@
|
149
|
156
|
// Misc. Functions
|
150
|
157
|
//
|
151
|
158
|
#define SDSS 4
|
152
|
|
-#define PS_ON_PIN 40
|
|
159
|
+#define PS_ON_PIN 40 // SERVO3_PIN
|
|
160
|
+
|
|
161
|
+#ifndef FIL_RUNOUT_PIN
|
|
162
|
+ #define FIL_RUNOUT_PIN 39 // SERVO2_PIN
|
|
163
|
+#endif
|
153
|
164
|
|
154
|
165
|
// I2C EEPROM with 8K of space
|
155
|
166
|
#define I2C_EEPROM
|