aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe.py
Commit message (Expand)AuthorAgeFilesLines
* probe: Add z_offset parameterKevin O'Connor2018-03-171-1/+7
* bed_tilt: Take into account the XY position used with z_virtual_endstopKevin O'Connor2018-03-171-1/+28
* probe: Default z_position to the configured minimum position on Z axisKevin O'Connor2018-03-171-11/+10
* probe: Add some hints for common errors during PROBEKevin O'Connor2018-03-121-1/+18
* mathutil: Move coordinate_descent() to new fileKevin O'Connor2018-03-041-35/+0
* probe: Increase calibration log level from debug to infoKevin O'Connor2018-02-161-1/+1
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+0
* probe: Create a probe:z_virtual_endstop pinKevin O'Connor2018-01-281-1/+12
* probe: Support activate/deactivate scripts on each probeKevin O'Connor2018-01-281-0/+26
* delta_calibrate: Add initial support for a DELTA_CALIBRATE commandKevin O'Connor2018-01-281-0/+86
* probe: Initial support for Z-Probe hardwareKevin O'Connor2018-01-281-0/+54