Bugfix for special menu not shown anymore when no sd card is inserted
This commit is contained in:
@@ -1385,7 +1385,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT()
|
|||||||
#ifdef SDSUPPORT
|
#ifdef SDSUPPORT
|
||||||
|
|
||||||
currentTouchscreenSelection[0] = 0;
|
currentTouchscreenSelection[0] = 0;
|
||||||
#if ENABLED(KNUTWURST_SPECIAL_MENU_WO_SD)
|
#if DISABLED(KNUTWURST_SPECIAL_MENU_WO_SD)
|
||||||
if (!IS_SD_INSERTED())
|
if (!IS_SD_INSERTED())
|
||||||
{
|
{
|
||||||
HARDWARE_SERIAL_PROTOCOLPGM("J02");
|
HARDWARE_SERIAL_PROTOCOLPGM("J02");
|
||||||
|
Reference in New Issue
Block a user