Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | probe_eddy_current: Use sensor value at halt position for "trigger" position | Kevin O'Connor | 2024-04-09 | 1 | -0/+44 |
| | | | | | | | | Calculate the sensor Z position after the probe halts and return that as the "probed position". This sensor position provides a more accurate measurement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | probe_eddy_current: Initial support for PROBE command | Kevin O'Connor | 2024-04-09 | 1 | -1/+104 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | probe_eddy_current: Support calibrating Z height to sensor frequency | Kevin O'Connor | 2024-04-09 | 1 | -0/+182 |
Add a calibration tool that can be used to correlate sensor frequency to bed Z height. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |