aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tuning_tower.py
Commit message (Expand)AuthorAgeFilesLines
* tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...github@matthewlloyd.net2021-09-021-3/+24
* tuning_tower: Add SKIP parametergithub@matthewlloyd.net2021-09-021-0/+3
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-201-1/+1
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-201-3/+5
* gcode: Remove unneeded base_xpos variables from get_status()Kevin O'Connor2020-08-201-4/+6
* gcode: Automatically call reset_last_position() on a toolhead set_position()Kevin O'Connor2020-08-201-1/+0
* gcode: Make it clear that gcode.get_status() can be called without eventtimeKevin O'Connor2020-05-261-1/+1
* tuning_tower: Minor optimizationKevin O'Connor2020-05-261-18/+13
* tuning_tower: Remove max(0, z) checkKevin O'Connor2020-05-261-1/+1
* tuning_tower: compensate z-offset (#2881)Rubens Panfili2020-05-241-0/+4
* tuning_tower: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-8/+8
* tuning_tower: Support tuning of traditional g-code commandsKevin O'Connor2020-01-071-5/+8
* tuning_tower: Fix typo causing tuning tower to break when homingKevin O'Connor2019-12-041-1/+1
* tuning_tower: Report start of tuning test on g-code consoleKevin O'Connor2019-11-211-2/+2
* tuning_tower: Only cancel tuning tower test if extrude at notably lower zKevin O'Connor2019-10-041-3/+6
* tuning_tower: Tool for tuning parameters based on print Z heightKevin O'Connor2019-10-011-0/+72