diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:39:34 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-15 21:46:37 +0100 |
commit | 2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a (patch) | |
tree | ebacf45d39539dcfe6e171561a101e4bf210a699 /klippy/toolhead.py | |
parent | 5cc72c0da7043af9fa5b72af60a701d0162ea82a (diff) | |
download | kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.tar.gz kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.tar.xz kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.zip |
Remove logfile support
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r-- | klippy/toolhead.py | 1 |
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 |