Merge pull request #408 from stklcode/fix/beeper

re-enable beeper pin for custom Anycubic touchscreen implementation
This commit is contained in:
Oliver Köster
2022-12-23 17:16:03 +01:00
committed by GitHub

View File

@@ -111,7 +111,7 @@
#endif #endif
#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 BEEPER_PIN 31
#define SD_DETECT_PIN 49 #define SD_DETECT_PIN 49
#endif #endif