aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/manual_probe.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-93/+135
* generic_cartesian: Fixed safe_z_home and manual_probe for new kinematicsDmitry Butyugin2025-05-101-10/+25
* manual_probe: Add Z_OFFSET_APPLY_ENDSTOP for deltajanherich2022-12-191-0/+45
* manual_probe: report statusPedro Lamas2022-07-211-2/+23
* probe: add ability to save babystepping (#4404)shiftingtech2021-07-251-0/+19
* stepper: Remove set_tag_position() codeKevin O'Connor2021-05-291-3/+3
* manual_probe: Use configfile note_valid=False when inspecting Z position_endstopKevin O'Connor2020-12-131-8/+7
* homing: Prefer printer.command_error() instead of homing.CommandError()Kevin O'Connor2020-09-041-2/+1
* toolhead: Add a manual_move() helper functionKevin O'Connor2020-08-201-5/+4
* manual_probe: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-14/+14
* toolhead: Rename _full_flush() to flush_step_generation() and use globallyKevin O'Connor2019-11-211-1/+1
* stepper: Add get/set_tag_position() and convert calc_position()Kevin O'Connor2019-11-131-1/+4
* manual_probe: Add extra checks to catch manual probe not finishing correctlyKevin O'Connor2019-06-061-8/+13
* manual_probe: No need to re-raise an EndstopErrorKevin O'Connor2019-06-061-2/+2
* manual_probe: Verify no XY moves since start of manual probeKevin O'Connor2019-05-311-2/+4
* manual_probe: Make sure the nozzle has moved during a manual probeKevin O'Connor2019-05-241-0/+7
* gcode: Raise a config error on invalid register_command()Kevin O'Connor2019-02-181-1/+1
* manual_probe: Add a helper script for performing manual Z probingKevin O'Connor2019-02-121-0/+163