mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 00:28:07 +09:00
tuning_tower: Tool for tuning parameters based on print Z height
This adds a testing tool that can run a command on each Z layer of a print. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
1b8a007969
commit
698159921f
@@ -274,6 +274,7 @@ class ToolHead:
|
||||
self.printer.try_load_module(config, "idle_timeout")
|
||||
self.printer.try_load_module(config, "statistics")
|
||||
self.printer.try_load_module(config, "manual_probe")
|
||||
self.printer.try_load_module(config, "tuning_tower")
|
||||
# Print time tracking
|
||||
def update_move_time(self, movetime):
|
||||
self.print_time += movetime
|
||||
|
||||
Reference in New Issue
Block a user