diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2020-12-19 22:36:37 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2020-12-22 18:37:41 -0500 |
commit | ab93ee9293c7f2f77c80a1dd7e7faf517cab8cd5 (patch) | |
tree | 31f4c9e08ab2217930ea7b59d4dce02ea11f9957 /docs/Config_Reference.md | |
parent | 1b1a97e8bde3d523115c9facae1c795d925a1a83 (diff) | |
download | kutter-ab93ee9293c7f2f77c80a1dd7e7faf517cab8cd5.tar.gz kutter-ab93ee9293c7f2f77c80a1dd7e7faf517cab8cd5.tar.xz kutter-ab93ee9293c7f2f77c80a1dd7e7faf517cab8cd5.zip |
docs: Limiting max_smoothing for input shaper autocalibration
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 5d1b1b0d..04030887 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1414,7 +1414,9 @@ In order to use most of the functionality of this module, additional software dependencies must be installed; refer to [Measuring Resonances](Measuring_Resonances.md) and the [command reference](G-Codes.md#resonance-testing-commands) for more -information. +information. See the [Max smoothing](Measuring_Resonances.md#max-smoothing) +section of the measuring resonances guide for more information on +`max_smoothing` parameter and its use. ``` [resonance_tester] @@ -1438,6 +1440,11 @@ information. # and on the toolhead (for X axis). These parameters have the same # format as 'accel_chip' parameter. Only 'accel_chip' or these two # parameters must be provided. +#max_smoothing: +# Maximum input shaper smoothing to allow for each axis during shaper +# auto-calibration (with 'SHAPER_CALIBRATE' command). By default no +# maximum smoothing is specified. Refer to Measuring_Resonances guide +# for more details on using this feature. #min_freq: 5 # Minimum frequency to test for resonances. The default is 5 Hz. #max_freq: 120 |