|
@@ -61,7 +61,6 @@
|
61
|
61
|
#undef LCD_PINS_D5
|
62
|
62
|
#undef LCD_PINS_D6
|
63
|
63
|
#undef LCD_PINS_D7
|
64
|
|
-#undef FIL_RUNOUT_PIN // Uses Beeper/LED Pin Pulled to GND
|
65
|
64
|
|
66
|
65
|
#define LCD_SDSS 31 // Smart Controller SD card reader (rather than the Melzi)
|
67
|
66
|
#define LCD_PINS_RS 28 // ST9720 CS
|
|
@@ -71,6 +70,13 @@
|
71
|
70
|
#if ENABLED(BLTOUCH)
|
72
|
71
|
#define SERVO0_PIN 27
|
73
|
72
|
#undef BEEPER_PIN
|
|
73
|
+#elif ENABLED(FILAMENT_RUNOUT_SENSOR)
|
|
74
|
+ #ifndef FIL_RUNOUT_PIN
|
|
75
|
+ #define FIL_RUNOUT_PIN 27
|
|
76
|
+ #endif
|
|
77
|
+ #if FIL_RUNOUT_PIN == BEEPER_PIN
|
|
78
|
+ #undef BEEPER_PIN
|
|
79
|
+ #endif
|
74
|
80
|
#endif
|
75
|
81
|
|
76
|
82
|
#if ENABLED(MINIPANEL)
|