From e4a828f32abcf33ea3cc3c5776decbf303775d87 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 25 Aug 2020 08:56:45 +0200 Subject: [PATCH] Increase filament runout watch from 3 to 5 seconds. --- Marlin/src/lcd/anycubic_touchscreen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index b54e0da4..8382e9d4 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -1002,8 +1002,8 @@ void AnycubicTouchscreenClass::FilamentRunout() #ifdef ANYCUBIC_TFT_DEBUG SERIAL_ECHOLNPGM("DEBUG: Set filament trigger time"); #endif - // set the delayed timestamp to 3000ms later - fil_delay = fil_ms + 3000UL; + // set the delayed timestamp to 5000ms later + fil_delay = fil_ms + 5000UL; // this doesn't need to run until the filament is recovered again FilamentSetMillis = false; } @@ -1015,7 +1015,7 @@ void AnycubicTouchscreenClass::FilamentRunout() if (!IsParked) { #ifdef ANYCUBIC_TFT_DEBUG - SERIAL_ECHOLNPGM("DEBUG: 3000ms delay done"); + SERIAL_ECHOLNPGM("DEBUG: 5000ms delay done"); #endif if (card.isPrinting()) {