aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/toolhead.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py
index f4edd521..614ab4b1 100644
--- a/klippy/toolhead.py
+++ b/klippy/toolhead.py
@@ -298,3 +298,4 @@ class ToolHead:
def force_shutdown(self):
self.printer.mcu.force_shutdown()
self.move_queue.reset()
+ self.reset_print_time()