aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/delta_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* gcode: Rename run_script() to run_script_from_command()Kevin O'Connor2018-06-301-1/+1
* probe: Rename get_position() callback to get_probed_position()Kevin O'Connor2018-06-221-1/+1
* probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelperKevin O'Connor2018-05-201-16/+12
* probe: Add z_offset parameterKevin O'Connor2018-03-171-3/+2
* mathutil: Move coordinate_descent() to new fileKevin O'Connor2018-03-041-2/+2
* probe: Increase calibration log level from debug to infoKevin O'Connor2018-02-161-6/+6
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+0
* delta_calibrate: Add initial support for a DELTA_CALIBRATE commandKevin O'Connor2018-01-281-0/+76