aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/manual_probe.py
Commit message (Collapse)AuthorAgeFilesLines
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-181-1/+1
| | | | | | | Raise a printer.config_error() on an invalid register_command() call. This error is easier to handle for the vast majority of callers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* manual_probe: Add a helper script for performing manual Z probingKevin O'Connor2019-02-121-0/+163
Add MANUAL_PROBE and Z_ENDSTOP_CALIBRATE commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>