diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2023-04-19 23:11:10 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-05-25 12:52:29 -0400 |
commit | 624d360a34709c2d83bdc0bc32b983740db5739c (patch) | |
tree | dc13b980206360a1e5d953a09a55c4676900cd42 /docs | |
parent | 16c53992d62e17a6dcdef7a8a0a5fbfb57ea7111 (diff) | |
download | kutter-624d360a34709c2d83bdc0bc32b983740db5739c.tar.gz kutter-624d360a34709c2d83bdc0bc32b983740db5739c.tar.xz kutter-624d360a34709c2d83bdc0bc32b983740db5739c.zip |
resonance_tester: Apply input shaper params on SHAPER_CALIBRATE
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 3 | ||||
-rw-r--r-- | docs/G-Codes.md | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 14c3b12b..43e11b21 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,9 @@ All dates in this document are approximate. ## Changes +20230519: `SHAPER_CALIBRATE` command immediately applies input shaper 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`. diff --git a/docs/G-Codes.md b/docs/G-Codes.md index fe24a580..a6d056bf 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1032,7 +1032,9 @@ frequency responses and the different input shapers values are written to a CSV file(s) `/tmp/calibration_data_<axis>_<name>.csv`. Unless specified, NAME defaults to the current time in "YYYYMMDD_HHMMSS" format. Note that the suggested input shaper parameters can be -persisted in the config by issuing `SAVE_CONFIG` command. +persisted in the config by issuing `SAVE_CONFIG` command, and if +`[input_shaper]` was already enabled previously, these parameters +take effect immediately. ### [respond] |