aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/delta_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* delta_calibrate: Initial support for enhanced delta calibrationKevin O'Connor2018-09-251-17/+170
* delta_calibrate: Support save/restore of delta_calibrate stateKevin O'Connor2018-09-251-10/+59
* delta: Move "stable position" logic to delta_calibrate.pyKevin O'Connor2018-09-251-11/+73
* bed_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-1/+2
* delta_calibrate: Fix typo in config output (radius should be delta_radius)Kevin O'Connor2018-07-221-1/+1
* delta: Minor change to get_position_from_stable()Kevin O'Connor2018-07-141-8/+6
* toolhead: Move kinematic modules to new kinematics/ directoryKevin O'Connor2018-07-121-4/+5
* 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