|
@@ -190,19 +190,21 @@
|
190
|
190
|
#endif
|
191
|
191
|
|
192
|
192
|
#ifndef FAN_PIN
|
193
|
|
- #define FAN_PIN P1_18 // (4) IO pin. Buffer needed
|
|
193
|
+ #define FAN_PIN P1_18 // (4) IO pin. Buffer needed
|
194
|
194
|
#endif
|
195
|
195
|
|
196
|
196
|
//
|
197
|
197
|
// Misc. Functions
|
198
|
198
|
//
|
199
|
|
-#define LED_PIN P4_28 // (13)
|
200
|
|
-#define SDSS P1_23 // (53)
|
|
199
|
+#define LED_PIN P4_28 // (13)
|
|
200
|
+#define SDSS P1_23 // (53)
|
201
|
201
|
|
202
|
202
|
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
|
203
|
|
-#define FIL_RUNOUT_PIN P1_18 // (4)
|
|
203
|
+#ifndef FIL_RUNOUT_PIN
|
|
204
|
+ #define FIL_RUNOUT_PIN P1_18 // (4)
|
|
205
|
+#endif
|
204
|
206
|
|
205
|
|
-#define PS_ON_PIN P2_12 // (12)
|
|
207
|
+#define PS_ON_PIN P2_12 // (12)
|
206
|
208
|
|
207
|
209
|
#if ENABLED(CASE_LIGHT_ENABLE) && !PIN_EXISTS(CASE_LIGHT) && !defined(SPINDLE_LASER_ENABLE_PIN)
|
208
|
210
|
#if !defined(NUM_SERVOS) || NUM_SERVOS < 4 // try to use servo connector
|