aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe.py
Commit message (Expand)AuthorAgeFilesLines
* configfile: Allow getchoice() to take a listKevin O'Connor2024-06-171-1/+1
* probe_eddy_current: Add support for probing in "scan" modeKevin O'Connor2024-06-141-1/+1
* probe: Gather multiple results in ProbeSessionHelperKevin O'Connor2024-06-141-15/+27
* probe: Rework ProbePointsHelper to store results locallyKevin O'Connor2024-06-141-27/+39
* probe: Simplify PrinterProbe() now that there are no external callersKevin O'Connor2024-06-101-4/+5
* probe: Move add_steppers() logic to HomingViaProbeHelper classKevin O'Connor2024-06-101-7/+7
* probe: Use ppins.setup_pin() helperKevin O'Connor2024-06-101-4/+1
* probe: Use an event for axis twist compensation updatesKevin O'Connor2024-06-101-9/+3
* probe: Ensure all external callers always call end_probe_session()Kevin O'Connor2024-06-101-21/+26
* probe: Split z_virtual_endstop handling to new HomingViaProbeHelper classKevin O'Connor2024-06-101-31/+51
* probe: Move offset handling to new ProbeOffsetsHelper classKevin O'Connor2024-06-101-8/+14
* probe: Move PROBE_ACCURACY command to ProbeCommandHelper classKevin O'Connor2024-06-101-66/+74
* probe: Move PROBE_CALIBRATE to ProbeCommandHelper classKevin O'Connor2024-06-101-31/+35
* probe: Convert probe.get_lift_speed() to probe.get_print_params()Kevin O'Connor2024-06-101-33/+40
* probe: Move Z_OFFSET_APPLY_PROBE to ProbeCommandHelper classKevin O'Connor2024-06-101-18/+20
* probe: Introduce new ProbeCommandHelper classKevin O'Connor2024-06-101-23/+38
* probe: Split out new ProbeSessionHelper() class from PrinterProbe()Kevin O'Connor2024-06-101-4/+26
* probe: Code movement in probe.pyKevin O'Connor2024-06-101-70/+85
* probe: Fix typo in activate/deactive error messagesKevin O'Connor2024-04-271-2/+2
* probe: Add a probing_move() wrapper to low-level mcu_probe classKevin O'Connor2024-04-091-7/+9
* axis_twist_compensation: Add X twist compensation module (#6149)Philippe Daouadi2023-08-011-0/+9
* probe: expose name on status reportPedro Lamas2023-03-141-1/+2
* probe: Allow overriding horizontal_move_z on gcodeLasse Dalegaard2023-03-141-1/+5
* 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