diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-10 11:38:05 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-10 12:07:18 -0500 |
commit | 3ea2e4fc582465242aa1daa5669021465db0467f (patch) | |
tree | 7c55b5dd9ac19772d51f9f88085de4640c06c183 /docs/Config_Reference.md | |
parent | 3f07b16b35ad850a0662962083e32c0e5651dce4 (diff) | |
download | kutter-3ea2e4fc582465242aa1daa5669021465db0467f.tar.gz kutter-3ea2e4fc582465242aa1daa5669021465db0467f.tar.xz kutter-3ea2e4fc582465242aa1daa5669021465db0467f.zip |
tmc2660: Do not enable SFILT by default
None of the other TMC driver enable SFILT by default and it seems
enabling SFILT may not be ideal for sensorless homing.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 28d22945..8ebb511c 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2817,7 +2817,7 @@ run_current: #driver_SEMAX: 0 #driver_SEUP: 0 #driver_SEMIN: 0 -#driver_SFILT: 1 +#driver_SFILT: 0 #driver_SGT: 0 #driver_SLPH: 0 #driver_SLPL: 0 |