From e4081fc7c324cd3b034ff970e3f5570bba512974 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 13 Jun 2023 01:12:13 +0200 Subject: [PATCH] Restructure A6 Get SD Card printing status --- Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index e03c2056..5a1ea50f 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp @@ -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;