aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe.py
Commit message (Expand)AuthorAgeFilesLines
* probe: Use config.getlists() for points config optionKevin O'Connor2021-08-211-8/+2
* probe: bugfix to z_offset_apply_probe (#4553)shiftingtech2021-08-021-2/+1
* probe: add ability to save babystepping (#4404)shiftingtech2021-07-251-0/+19
* probe: Call add_stepper() earlier in boot processKevin O'Connor2021-06-091-2/+3
* probe: Use original XY position on multiple probe samplesKevin O'Connor2021-04-281-2/+2
* probe: Add deactivate_on_each_sample: param for Probe (#4161)nlef2021-04-241-8/+25
* homing: Pass the HomingMove class to homing_move_begin/end eventsKevin O'Connor2021-03-291-8/+8
* homing: Move low-level probing logic from probe.py to homing.pyKevin O'Connor2021-03-291-8/+4
* probe: Add last_z_result to get the latest z result in an Macro (#3835)Christian S2021-02-181-1/+4
* homing: Make homing.py an "extras" moduleKevin O'Connor2021-01-081-5/+5
* probe: Use configfile note_valid=False when inspecting z position_minKevin O'Connor2020-12-131-2/+4
* probe: add update_probe_points() method to helperArksine2020-09-151-0/+3
* probe: add get_status wrapper to probe for last_query from query_probe comman...Paul McGowan2020-09-091-0/+4
* probe: Make sure z is homed before probingKevin O'Connor2020-09-041-4/+6
* homing: Prefer printer.command_error() instead of homing.CommandError()Kevin O'Connor2020-09-041-6/+5
* toolhead: Add a manual_move() helper functionKevin O'Connor2020-08-201-16/+6
* 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
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* probe: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-53/+45
* gcode: Create new wrapper class for gcode command parametersKevin O'Connor2020-05-051-1/+2
* probe: Rename probe_prepare/finalize to probe_prepare/finishKevin O'Connor2020-04-251-2/+2
* homing: Don't raise a TimeoutError from home_wait()Kevin O'Connor2020-02-191-1/+0
* probe: Don't allow errors to propagate from "gcode:command_error" eventKevin O'Connor2020-02-181-2/+8
* probe: Add multi_probe_begin() / multi_probe_end() callbacksKevin O'Connor2020-02-151-0/+35
* homing: Merge home_prepare()/home_finalize() into move_begin/move_end eventsKevin O'Connor2020-02-151-4/+13
* probe: Add support for configuring lift_speedKevin O'Connor2020-01-311-9/+20
* kinematics: Remove support for identifying Z steppersKevin O'Connor2020-01-231-2/+3
* ProbePointsHelper: Optionally add xy offsets to probe pointsArksine2020-01-091-0/+6
* stepper: Remove add_to_endstop() methodKevin O'Connor2019-11-121-1/+1
* probe: Add range to probe accuracy results (#2015)Julien Lirochon2019-09-291-2/+3
* probe: Rework the PROBE_ACCURACY command parametersKevin O'Connor2019-07-101-24/+18
* mcu: Integrate query_endstop_wait() into query_endstop()Kevin O'Connor2019-07-101-3/+1
* probe: Allow probe parameters to be specified as g-code parametersKevin O'Connor2019-06-211-15/+29
* probe: Add support for samples_toleranceKevin O'Connor2019-06-211-5/+20
* probe: Always return just x,y,z from _probe()Kevin O'Connor2019-06-211-1/+1
* probe: Allow retries from ProbePointsHelperKevin O'Connor2019-06-181-2/+4
* gcode_macro: Add a default parameter to load_templateKevin O'Connor2019-06-071-2/+2
* manual_probe: Add extra checks to catch manual probe not finishing correctlyKevin O'Connor2019-06-061-0/+2
* probe: Check for toolhead movement during activate/deactivate_gcode scriptsKevin O'Connor2019-06-061-0/+10
* probe: No need to re-raise an EndstopErrorKevin O'Connor2019-06-061-22/+7
* probe: Simplify ProbePointsHelper start and end trackingKevin O'Connor2019-06-061-58/+43
* probe: Be sure to call gcode.reset_last_position() after any manual moveKevin O'Connor2019-06-061-1/+2
* probe: Unify mean and median code between run_probe() and PROBE_ACCURACYKevin O'Connor2019-06-061-42/+25
* probe: Move multi-sampling capability from ProbePointsHelper to ProbeKevin O'Connor2019-06-061-66/+63
* probe: ProbePointsHelper adjustable minimum pointsfess2019-05-211-4/+6
* probe: Use gcode_macro style templates on activate/deactivate_gcodeKevin O'Connor2019-04-041-8/+14
* probe: Fix PROBE_CALIBRATE commandKevin O'Connor2019-03-081-3/+5
* probe: Catch toolhead.move() exceptions in cmd_PROBE_CALIBRATE()Kevin O'Connor2019-03-081-15/+12
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-081-3/+23