re-enable beeper pin for custom Anycubic touchscreen implementation

This commit is contained in:
Stefan Kalscheuer
2022-12-23 16:52:49 +01:00
parent c9f1b91bbe
commit 9e5248e65d

View File

@@ -111,7 +111,7 @@
#endif
#endif
#if EITHER(ANYCUBIC_LCD_CHIRON, ANYCUBIC_LCD_I3MEGA)
#if ANY(ANYCUBIC_LCD_CHIRON, ANYCUBIC_LCD_I3MEGA, ANYCUBIC_TOUCHSCREEN) // PATCH: knutwurst
#define BEEPER_PIN 31
#define SD_DETECT_PIN 49
#endif