From c183f9046621767c05a5bac2ca8f6413c037a18d Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 16 May 2021 11:09:01 +0200 Subject: [PATCH] reenable heater check in tft --- Marlin/src/lcd/anycubic_touchscreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index a29dc37e..464578e2 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -1158,8 +1158,8 @@ void AnycubicTouchscreenClass::CheckHeaterError() if (HeaterCheckCount > 60000) { HeaterCheckCount = 0; - //HARDWARE_SERIAL_PROTOCOLPGM("J10"); // J10 Hotend temperature abnormal - //HARDWARE_SERIAL_ENTER(); + HARDWARE_SERIAL_PROTOCOLPGM("J10"); // J10 Hotend temperature abnormal + HARDWARE_SERIAL_ENTER(); #ifdef ANYCUBIC_TFT_DEBUG SERIAL_ECHOLNPGM("TFT Serial Debug: Hotend temperature abnormal... J20"); #endif