diff options
author | Alex Voinea <voinea.dragos.alexandru@gmail.com> | 2023-03-30 18:08:56 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-06-16 16:38:42 -0400 |
commit | 5ee72d320cade30aee62c532fbcac79f66c27258 (patch) | |
tree | 198dc0656b8e2b67dabcb2accd770513cd2bb58b /docs/Config_Changes.md | |
parent | 6cbb6f144bb113788af5306349005fa5ba391fc4 (diff) | |
download | kutter-5ee72d320cade30aee62c532fbcac79f66c27258.tar.gz kutter-5ee72d320cade30aee62c532fbcac79f66c27258.tar.xz kutter-5ee72d320cade30aee62c532fbcac79f66c27258.zip |
tmc: Configurable `multistep_filt`
Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 5b7b5aef..9ad7ce24 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -20,6 +20,9 @@ parameters if `[input_shaper]` was enabled already. 20230407: The `stalled_bytes` counter in the log and in the `printer.mcu.last_stats` field has been renamed to `upcoming_bytes`. +20230323: On tmc5160 drivers `multistep_filt` is now enabled by default. Set +`driver_MULTISTEP_FILT: False` in the tmc5160 config for the previous behavior. + 20230304: The `SET_TMC_CURRENT` command now properly adjusts the globalscaler register for drivers that have it. This removes a limitation where on tmc5160, the currents could not be raised higher with `SET_TMC_CURRENT` than the |