From eee52d4fd8922564239b9f64111c8afac415c28b Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Mon, 7 Dec 2020 18:21:41 +0100 Subject: [PATCH] Bugfix for special menu not shown anymore when no sd card is inserted --- Marlin/src/lcd/anycubic_touchscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index a64ef9f0..de16d481 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -1385,7 +1385,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() #ifdef SDSUPPORT currentTouchscreenSelection[0] = 0; -#if ENABLED(KNUTWURST_SPECIAL_MENU_WO_SD) +#if DISABLED(KNUTWURST_SPECIAL_MENU_WO_SD) if (!IS_SD_INSERTED()) { HARDWARE_SERIAL_PROTOCOLPGM("J02");