aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/toolhead.py
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:39:34 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-15 21:46:37 +0100
commit2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a (patch)
treeebacf45d39539dcfe6e171561a101e4bf210a699 /klippy/toolhead.py
parent5cc72c0da7043af9fa5b72af60a701d0162ea82a (diff)
downloadkutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.tar.gz
kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.tar.xz
kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.zip
Remove logfile support
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