aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras')
-rw-r--r--klippy/extras/motion_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/motion_report.py b/klippy/extras/motion_report.py
index 575ff588..10cf3583 100644
--- a/klippy/extras/motion_report.py
+++ b/klippy/extras/motion_report.py
@@ -40,7 +40,7 @@ class APIDumpHelper:
except self.printer.command_error as e:
logging.exception("API Dump Helper start callback error")
self._stop()
- return
+ raise
reactor = self.printer.get_reactor()
systime = reactor.monotonic()
waketime = systime + self.update_interval