aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/manual_probe.py
Commit message (Expand)AuthorAgeFilesLines
* toolhead: Rename _full_flush() to flush_step_generation() and use globallyKevin O'Connor2019-11-211-1/+1
* stepper: Add get/set_tag_position() and convert calc_position()Kevin O'Connor2019-11-131-1/+4
* manual_probe: Add extra checks to catch manual probe not finishing correctlyKevin O'Connor2019-06-061-8/+13
* manual_probe: No need to re-raise an EndstopErrorKevin O'Connor2019-06-061-2/+2
* manual_probe: Verify no XY moves since start of manual probeKevin O'Connor2019-05-311-2/+4
* manual_probe: Make sure the nozzle has moved during a manual probeKevin O'Connor2019-05-241-0/+7
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-181-1/+1
* manual_probe: Add a helper script for performing manual Z probingKevin O'Connor2019-02-121-0/+163