diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 3 | ||||
-rw-r--r-- | docs/Config_Reference.md | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 3aeedb0e..0236fbd6 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,9 @@ All dates in this document are approximate. # Changes +20210310: The TMC2660 default for driver_SFILT has been changed from 1 +to 0. + 20210227: TMC stepper motor drivers in UART or SPI mode are now queried once per second whenever they are enabled - if the driver can not be contacted or if the driver reports an error, then Klipper will 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 |