aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/z_tilt.py
Commit message (Expand)AuthorAgeFilesLines
* z_tilt: Use config.getlists() for z_positions config optionKevin O'Connor2021-08-211-9/+2
* z_tilt: expose an 'applied' status to allow macros to skip QGL/Z_TILT_ADJUST ...Michael Rose2021-06-021-1/+22
* gcode: Automatically call reset_last_position() on a toolhead set_position()Kevin O'Connor2020-08-201-1/+0
* extras: Use "from . import module" for relative importsKevin O'Connor2020-06-151-1/+2
* z_tilt: retries, fix extra retry bug.fess2020-05-181-1/+1
* z_tilt: retries fixup err messagefess2020-05-181-3/+3
* z_tilt: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-13/+14
* z_tilt: Raise a gcode.error() instead of directly calling respond_error()Kevin O'Connor2020-04-241-6/+3
* kinematics: Remove support for identifying Z steppersKevin O'Connor2020-01-231-1/+1
* toolhead: Rename _full_flush() to flush_step_generation() and use globallyKevin O'Connor2019-11-211-0/+4
* mcu: Remove set_ignore_move()Kevin O'Connor2019-11-061-4/+4
* z-tilt: Unresolved symbol fixedPetri Honkala2019-09-241-1/+2
* z_tilt: Support retriesfess2019-06-181-0/+3
* z_tilt: Add RetryHelperfess2019-06-181-0/+44
* z_tilt: Separate z adjustment code to new ZAdjustHelper classKevin O'Connor2019-06-171-56/+63
* z_tilt: minimum points 2fess2019-05-211-1/+1
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-0/+1
* z_tilt: bugfix for final correction of z-offsetArne Jansen2019-03-101-1/+1
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-041-1/+0
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-3/+2
* z_tilt: unresolved reference fixedPetri Honkala2019-01-081-1/+1
* z_tilt: Wrap lines to 80 columnsKevin O'Connor2018-10-011-1/+2
* z_tilt: Take into account probe xy offset when calculating z_adjustKevin O'Connor2018-10-011-7/+13
* 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_mesh: move probe x and y offsets to the [probe] moduleArksine2018-08-191-1/+2
* kinematics: Convert get_rails() method to get_steppers()Kevin O'Connor2018-07-161-6/+3
* z_tilt: Don't default "points" parameter to "z_positions" parameterKevin O'Connor2018-07-151-2/+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
* stepper: Replace PrinterHomingStepper with PrinterRailKevin O'Connor2018-06-221-2/+1
* stepper: Don't peak into PrinterStepper membersKevin O'Connor2018-06-221-4/+4
* stepper: Add a get_name() method to PrinterStepperKevin O'Connor2018-06-221-1/+1
* z_tilt: Add support for Z_TILT_ADJUSTKevin O'Connor2018-05-221-0/+109