aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_tilt.py
Commit message (Expand)AuthorAgeFilesLines
* bed_tilt: Apply bed_tilt_calibrate settings to current sessionKevin O'Connor2018-04-031-6/+15
* probe: Add z_offset parameterKevin O'Connor2018-03-171-4/+3
* bed_tilt: Take into account the XY position used with z_virtual_endstopKevin O'Connor2018-03-171-7/+26
* bed_tilt: Require at least 3 probing points for bed_tilt_calibrateKevin O'Connor2018-03-171-0/+2
* mathutil: Move coordinate_descent() to new fileKevin O'Connor2018-03-041-2/+3
* probe: Increase calibration log level from debug to infoKevin O'Connor2018-02-161-6/+5
* bed_tilt: Negate parameters reported by bed_tilt_calibrateKevin O'Connor2018-02-051-1/+1
* klippy: Introduce load_config_prefix() for modules that take parametersKevin O'Connor2018-02-031-2/+0
* bed_tilt: Add support for automatic bed tilt move transformationKevin O'Connor2018-01-281-0/+95