aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/delta_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* delta_calibrate: Use config.getfloatlist() for parsing "stable positions"Kevin O'Connor2021-08-211-8/+1
* stepper: Remove set_tag_position() codeKevin O'Connor2021-05-291-3/+3
* delta_calibrate: Don't error on an invalid kinematic guessKevin O'Connor2020-09-171-15/+19
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+2
* delta_calibrate: Improve Python3 compatibilityKevin O'Connor2020-06-151-2/+2
* delta_calibrate: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-15/+13
* delta_calibrate: Add support for manually entering a nozzle Z heightKevin O'Connor2020-01-061-3/+39
* delta: Move low-level delta calibration to delta.pyKevin O'Connor2020-01-061-70/+10
* delta_calibrate: Move stable position conversion to its own classKevin O'Connor2020-01-061-86/+83
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-0/+1
* delta_calibrate: Do not automatically run G28 on DELTA_CALIBRATEKevin O'Connor2018-10-221-1/+0
* delta_calibrate: Perform coordinate descent in a background processKevin O'Connor2018-10-151-7/+2
* probe: Support manual probing at runtimeKevin O'Connor2018-10-011-1/+1
* probe: Perform multi-sample averaging in ProbePointsHelper classKevin O'Connor2018-10-011-1/+1
* probe: Implement ProbePointsHelper get_probed_position() locallyKevin O'Connor2018-10-011-5/+2
* delta_calibrate: Use kin.calc_position() in get_probed_position() callbackKevin O'Connor2018-10-011-9/+2
* 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