From 3ddbe448ae4f8a1d9b75d437e8e819225dea8c9e Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:28:45 +0200 Subject: [PATCH] Reset print-timer after print stop. --- 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 9099d484..6704c529 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -299,10 +299,10 @@ void AnycubicTouchscreenClass::StopPrint() #ifdef ANYCUBIC_TFT_DEBUGANYCUBIC_TFT_STATE_SDSTOP_REQ SERIAL_ECHOLNPGM("DEBUG: Stopped and cleared"); #endif - //print_job_timer.stop(); + print_job_timer.stop(); thermalManager.disable_all_heaters(); // we are not parked yet, do it in the display state routine - //IsParked = false; + IsParked = false; // turn off fan, cancel any heatups and set display state ai3m_pause_state = 0; #ifdef ANYCUBIC_TFT_DEBUG