aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/bed_tilt.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-0/+2
* Remove logfile supportTomasz Kramkowski2025-08-151-1/+0
* Run black on all first party python codeTomasz Kramkowski2025-08-061-35/+62
* bed_tilt: Support toolhead positions with more than 4 axesKevin O'Connor2025-05-121-5/+7
* gcode_move: Move GCodeMove class from gcode.py to new extras moduleKevin O'Connor2020-08-201-1/+1
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-201-3/+4
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+2
* bed_tilt: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-2/+2
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-0/+1
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-3/+4
* bed_tilt: Do not automatically run G28 on BED_TILT_CALIBRATEKevin O'Connor2018-10-221-1/+0
* bed_tilt: Take into account probe xy offset when calculating z_adjustKevin O'Connor2018-10-011-5/+6
* bed_tilt: Remove special probe:z_virtual_endstop handlingKevin O'Connor2018-10-011-29/+9
* probe: Support manual probing at runtimeKevin O'Connor2018-10-011-1/+1
* probe: Implement ProbePointsHelper get_probed_position() locallyKevin O'Connor2018-10-011-5/+2
* bed_tilt: Support saving calibration data via SAVE_CONFIG commandKevin O'Connor2018-09-251-7/+15
* bed_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-1/+2
* 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
* delta: Rename get_position() to calc_position()Kevin O'Connor2018-06-221-1/+1
* probe: Move code from bed_tilt and delta_calibrate into ProbePointsHelperKevin O'Connor2018-05-201-18/+5
* 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