aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-0/+2
* Run black on all first party python codeTomasz Kramkowski2025-08-061-172/+273
* probe: Create ProbeVirtualEndstopDeprecationGareth Farrington2025-05-291-0/+11
* generic_cartesian: Fixed safe_z_home and manual_probe for new kinematicsDmitry Butyugin2025-05-101-5/+2
* kinematics: Generic Cartesian kinematics implementation (#6815)Dmitry Butyugin2025-05-061-0/+3
* probe: Remove ProbeEndstopSessionHelperKevin O'Connor2025-04-181-14/+6
* probe: Add a new LookupZSteppers helper classKevin O'Connor2025-04-181-7/+14
* probe: Convert probing_move() callback to use regular probe sessions systemKevin O'Connor2025-04-181-17/+28
* probe: Change probing_move() to pass a gcmd instead of (pos, speed)Kevin O'Connor2025-04-181-10/+13
* probe: Add a new ProbeParameterHelper classKevin O'Connor2025-04-181-33/+40
* probe: Add a new lookup_minimum_z() helper functionKevin O'Connor2025-04-181-8/+9
* probe: Add a new ProbeEndstopSessionHelper classKevin O'Connor2025-04-181-5/+12
* probe: Add a default probing_move() function to HomingViaProbeHelperKevin O'Connor2025-04-181-5/+9
* 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