aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/toolhead.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r--klippy/toolhead.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py
index 13ef7e2b..c0693d6f 100644
--- a/klippy/toolhead.py
+++ b/klippy/toolhead.py
@@ -832,7 +832,6 @@ class ToolHead:
self.square_corner_velocity,
)
)
- self.printer.set_rollover_info("toolhead", "toolhead: %s" % (msg,))
if (
max_velocity is None
and max_accel is None