aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tuning_tower.py
Commit message (Collapse)AuthorAgeFilesLines
* tuning_tower: Support tuning of traditional g-code commandsKevin O'Connor2020-01-071-5/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tuning_tower: Fix typo causing tuning tower to break when homingKevin O'Connor2019-12-041-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* tuning_tower: Report start of tuning test on g-code consoleKevin O'Connor2019-11-211-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>