aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/probe_eddy_current.py
Commit message (Expand)AuthorAgeFilesLines
* 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