aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe_eddy_current.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-80/+160
* probe_eddy_current: Separate probe style commands from homing operationsKevin O'Connor2025-04-181-20/+39
* probe_eddy_current: Do not support QUERY_PROBE commandKevin O'Connor2025-04-181-2/+1
* probe: Convert probing_move() callback to use regular probe sessions systemKevin O'Connor2025-04-181-5/+11
* probe: Change probing_move() to pass a gcmd instead of (pos, speed)Kevin O'Connor2025-04-181-6/+12
* probe: Add a new ProbeParameterHelper classKevin O'Connor2025-04-181-2/+4
* probe: Add a new ProbeEndstopSessionHelper classKevin O'Connor2025-04-181-0/+1
* probe: Add a default probing_move() function to HomingViaProbeHelperKevin O'Connor2025-04-181-1/+2
* probe_eddy_current: support thermal compensationEric Callahan2024-07-171-7/+31
* probe_eddy_current: Add support for "rapid_scan" modeKevin O'Connor2024-06-191-2/+14
* probe_eddy_current: Add support for probing in "scan" modeKevin O'Connor2024-06-141-0/+33
* probe_eddy_current: Calculate toolhead position along with probed positionKevin O'Connor2024-06-141-3/+15
* probe_eddy_current: Process samples as they arriveKevin O'Connor2024-06-141-10/+22
* probe_eddy_current: Generate Z height from average frequencyKevin O'Connor2024-06-141-6/+16
* probe_eddy_current: Introduce new EddyGatherSamples helper classKevin O'Connor2024-06-141-63/+84
* probe_eddy_current: No need to use PrinterProbe() classKevin O'Connor2024-06-101-3/+15
* probe: Move add_steppers() logic to HomingViaProbeHelper classKevin O'Connor2024-06-101-7/+0
* sensor_ldc1612: Halt homing if sensor reports a warningKevin O'Connor2024-05-211-3/+6
* mcu: Raise an error on a failed home_wait() callKevin O'Connor2024-05-211-2/+3
* probe_eddy_current: Calibrate every 40um instead of 50umKevin O'Connor2024-05-211-7/+7
* probe_eddy_current: fix attribute nameEric Callahan2024-05-211-1/+1
* probe_eddy_current: Fix wait for samples in probing_move()Kevin O'Connor2024-05-211-7/+9
* probe_eddy_current: Use sensor value at halt position for "trigger" positionKevin O'Connor2024-04-091-0/+44
* probe_eddy_current: Initial support for PROBE commandKevin O'Connor2024-04-091-1/+104
* probe_eddy_current: Support calibrating Z height to sensor frequencyKevin O'Connor2024-04-091-0/+182