diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2020-12-17 23:44:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 17:44:46 -0500 |
commit | 4a41d228eb8e486919587c9f7e4f79c934572529 (patch) | |
tree | 6cccd86756998e521f2217509fadf67f54493c14 /docs/Config_Reference.md | |
parent | 85300a4aadaaf2fbb0aadc01d6ed273b6ecb1215 (diff) | |
download | kutter-4a41d228eb8e486919587c9f7e4f79c934572529.tar.gz kutter-4a41d228eb8e486919587c9f7e4f79c934572529.tar.xz kutter-4a41d228eb8e486919587c9f7e4f79c934572529.zip |
docs: Input Shaper and Resonances docs improvements (#3627)
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 3c1f4017..ac4424ec 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1348,9 +1348,9 @@ the [command reference](G-Codes.md#resonance-compensation). #damping_ratio_x: 0.1 #damping_ratio_y: 0.1 # Damping ratios of vibrations of X and Y axes used by input shapers -# to improve vibration suppression. Should not be changed without -# some proper measurements, e.g. with an accelerometer. Default -# value is 0.1 which is a good all-round value for most printers. +# to improve vibration suppression. Default value is 0.1 which is a +# good all-round value for most printers. In most circumstances this +# parameter requires no tuning and should not be changed. ``` ## [adxl345] |