From 698159921f91a872c4eb7b5c66c3021d2dd26c4b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 26 Jan 2019 13:26:14 -0500 Subject: 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 --- klippy/toolhead.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/toolhead.py') diff --git a/klippy/toolhead.py b/klippy/toolhead.py index f697cb1b..b354f807 100644 --- a/klippy/toolhead.py +++ b/klippy/toolhead.py @@ -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 -- cgit v1.2.3-70-g09d2