diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-05 16:21:06 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-21 13:18:19 -0500 |
commit | 6d0c55b6c1adcef3d6d64d613a486f1f99e0c6e0 (patch) | |
tree | 2cbd09210bdd1fb906c02ce713472e0c448c025e /docs/Config_Changes.md | |
parent | da06e185fbcf120a73458018116af38576689496 (diff) | |
download | kutter-6d0c55b6c1adcef3d6d64d613a486f1f99e0c6e0.tar.gz kutter-6d0c55b6c1adcef3d6d64d613a486f1f99e0c6e0.tar.xz kutter-6d0c55b6c1adcef3d6d64d613a486f1f99e0c6e0.zip |
extruder: Initial support for "smoothed pressure advance"
Support averaging the extruder position over a time range to "smooth
out" the velocity changes that occur during pressure advance.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 b5640587..f2a5c3c9 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -10,6 +10,9 @@ All dates in this document are approximate. chip id by default. Update the "serial" setting in the "mcu" config section accordingly. +20191121: The pressure_advance_lookahead_time parameter has been +removed. See example.cfg for alternate configuration settings. + 20191112: The tmc stepper driver virtual enable capability is now automatically enabled if the stepper does not have a dedicated stepper enable pin. Remove references to tmcXXXX:virtual_enable from the |