diff --git a/docs/Eddy_Probe.md b/docs/Eddy_Probe.md index d24aadf31..e2790a198 100644 --- a/docs/Eddy_Probe.md +++ b/docs/Eddy_Probe.md @@ -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: