Restructure A6 Get SD Card printing status

This commit is contained in:
Knutwurst
2023-06-13 01:12:13 +02:00
parent 1d2c42d994
commit e4081fc7c3

View File

@@ -1164,9 +1164,8 @@ void AnycubicTouchscreenClass::RenderCurrentFolder(uint16_t selectedNumber) {
SENDLINE_DBG_PGM("J02", "TFT Serial Debug: No SD Card mounted to return printing status... J02");
}
} else {
SEND_PGM("A6V ---");
}
SENDLINE_PGM("");
SENDLINE_PGM("A6V ---");
}
#endif
break;