mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 17:21:04 -07:00
docs: eddy probe - tap requires install of scipy
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
parent
85ccd1d9df
commit
56243da96b
1 changed files with 7 additions and 1 deletions
|
|
@ -89,7 +89,13 @@ and that upon collision it always decreases by at least this value.
|
|||
```
|
||||
[probe_eddy_current my_probe]
|
||||
# eddy probe configuration...
|
||||
tap_threshold: 0
|
||||
tap_threshold: 0 # 0 means tap is disabled
|
||||
```
|
||||
|
||||
Before setting it to any other value, it is necessary to install `scipy`:
|
||||
|
||||
```bash
|
||||
~/klippy-env/bin/pip install scipy
|
||||
```
|
||||
|
||||
The suggested calibration routine works as follows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue