diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2021-01-29 20:47:10 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-02-02 14:13:24 -0500 |
commit | a8b282d67a085714b3dab02fbc6afacd7351ae29 (patch) | |
tree | 403852adf33bfd537559139435841b47927b4f7c /docs/Config_Changes.md | |
parent | 0fb2449be035efe729d587a3257ac9a9fe8178bc (diff) | |
download | kutter-a8b282d67a085714b3dab02fbc6afacd7351ae29.tar.gz kutter-a8b282d67a085714b3dab02fbc6afacd7351ae29.tar.xz kutter-a8b282d67a085714b3dab02fbc6afacd7351ae29.zip |
resonance_tester: Disable input shaping for resonance testing
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 2e2375f2..19b745d2 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,11 @@ All dates in this document are approximate. # Changes +20210201: The `TEST_RESONANCES` command will now disable input shaping +if it was previously enabled (and re-enable it after the test). In order +to override this behavior and keep the input shaping enabled, one can +pass an additional parameter `INPUT_SHAPING=1` to the command. + 20210201: The `ACCELEROMETER_MEASURE` command will now append the name of the accelerometer chip to the output file name if the chip was given a name in the corresponding adxl345 section of the printer.cfg. |