aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tuning_tower.py
Commit message (Collapse)AuthorAgeFilesLines
* tuning_tower: Only cancel tuning tower test if extrude at notably lower zKevin O'Connor2019-10-041-3/+6
| | | | | | | | Some print start scripts may extrude at a position slightly higher than the first z layer height. Tweak the backwards z test to reduce the chance of the tuning test ending prematurely. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tuning_tower: Tool for tuning parameters based on print Z heightKevin O'Connor2019-10-011-0/+72
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>