mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 09:10:56 -07:00
probe_eddy_current: implement tap support
Use SOS filters + derivative filter to generate dF/dT on mcu. Feed that to the MCU's trigger_analog peak detection. Interpret peak time as a tap event Signed-off-by: Kevin O'Connor <kevin@koconnor.net> Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
parent
08f4b65c7c
commit
5c23f9296a
5 changed files with 102 additions and 1 deletions
|
|
@ -2293,6 +2293,9 @@ sensor_type: ldc1612
|
|||
#samples_tolerance:
|
||||
#samples_tolerance_retries:
|
||||
# See the "probe" section for information on these parameters.
|
||||
#tap_threshold: 0
|
||||
# Noise cutoff/stop trigger threshold delta Hz per sample
|
||||
# See the Eddy_Probe.md for explanation
|
||||
```
|
||||
|
||||
### [axis_twist_compensation]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue