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)) {