From e0aa7f7d96d4b908b30780e41cb11d08b234fc85 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sat, 10 Apr 2021 15:04:04 +0200 Subject: [PATCH] Disable (slow) TFT error correction. --- Marlin/src/lcd/anycubic_touchscreen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 49934db7..17569960 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -1301,6 +1301,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() if(!TFTcomment_mode) { + /* // -------- START ERROR CORRECTION ---------- TFTcomment_mode = false; //for new command if(strchr(TFTcmdbuffer[TFTbufindw], 'N') != NULL) @@ -1338,7 +1339,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() } } // -------- FINISH ERROR CORRECTION ---------- - + */ if((strchr(TFTcmdbuffer[TFTbufindw], 'A') != NULL)) {