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:
Kevin O'Connor
2019-01-26 13:26:14 -05:00
committed by KevinOConnor
parent 1b8a007969
commit 698159921f
3 changed files with 81 additions and 0 deletions

View File

@@ -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