From 85bac6b3960966b49f23a694cf75562842f26e80 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 14 Sep 2021 10:22:19 +0200 Subject: [PATCH] Increase Heatercheck timeout --- Marlin/src/lcd/anycubic_touchscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 8e40f3e7..5609628a 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -1287,7 +1287,7 @@ void AnycubicTouchscreenClass::CheckHeaterError() { if ((thermalManager.degHotend(0) < 5) || (thermalManager.degHotend(0) > 300)) { - if (HeaterCheckCount > 60000) + if (HeaterCheckCount > 600000) { HeaterCheckCount = 0; #ifndef ANYCUBIC_TFT_DEBUG