From 9e5248e65d46cf7136715f2912c2f12b0c780ab2 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Fri, 23 Dec 2022 16:52:49 +0100 Subject: [PATCH] re-enable beeper pin for custom Anycubic touchscreen implementation --- Marlin/src/pins/ramps/pins_TRIGORILLA_14.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h b/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h index 33c60f7b..e74dfe41 100755 --- a/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h +++ b/Marlin/src/pins/ramps/pins_TRIGORILLA_14.h @@ -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