aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
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/extras
parent5cc72c0da7043af9fa5b72af60a701d0162ea82a (diff)
downloadkutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.tar.gz
kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.tar.xz
kutter-2e957a0efca9ca8f029b7787ba7ebafb2b5aa56a.zip
Remove logfile support
Diffstat (limited to 'klippy/extras')
-rw-r--r--klippy/extras/bed_tilt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/extras/bed_tilt.py b/klippy/extras/bed_tilt.py
index 54bdce56..1bbce154 100644
--- a/klippy/extras/bed_tilt.py
+++ b/klippy/extras/bed_tilt.py
@@ -116,7 +116,6 @@ class BedTiltCalibrate:
y_adjust,
z_adjust,
)
- self.printer.set_rollover_info("bed_tilt", "bed_tilt: %s" % (msg,))
self.gcode.respond_info(
"%s\nThe above parameters have been applied to the current\n"
"session. The SAVE_CONFIG command will update the printer\n"