diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index 250dea17..03b0883b 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp @@ -1005,7 +1005,7 @@ void AnycubicTouchscreenClass::RenderCurrentFolder(uint16_t selectedNumber) { void AnycubicTouchscreenClass::SDCardStateChange(bool isInserted) { #if BOTH(SDSUPPORT, HAS_SD_DETECT) - if (isMediaInserted()) + if (isInserted) SENDLINE_DBG_PGM("J00", "TFT Serial Debug: SD card state changed... card inserted"); else SENDLINE_DBG_PGM("J01", "TFT Serial Debug: SD card state changed... card removed");