diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2024-12-06 11:54:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-05 21:54:26 -0500 |
commit | 16b4b6b302ac3ffcd55006cd76265aad4e26ecc8 (patch) | |
tree | 15e598c259b1b30ee5fe1fefa97ae32f8bc1899c /docs/Config_Changes.md | |
parent | 7f89668d6c069deaa02d6479e073d11a2389a948 (diff) | |
download | kutter-16b4b6b302ac3ffcd55006cd76265aad4e26ecc8.tar.gz kutter-16b4b6b302ac3ffcd55006cd76265aad4e26ecc8.tar.xz kutter-16b4b6b302ac3ffcd55006cd76265aad4e26ecc8.zip |
resonance_tester: Added a new sweeping_vibrations resonance test method (#6723)
This adds a new resonance test method that can help if a user has some mechanical problems with the printer.
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index ecac5a7a..a73a0c37 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,14 @@ All dates in this document are approximate. ## Changes +20241203: The resonance test has been changed to include slow sweeping +moves. This change requires that testing point(s) have some clearance +in X/Y plane (+/- 30 mm from the test point should suffice when using +the default settings). The new test should generally produce more +accurate and reliable test results. However, if required, the previous +test behavior can be restored by adding options `sweeping_period: 0` and +`accel_per_hz: 75` to the `[resonance_tester]` config section. + 20241201: In some cases Klipper may have ignored leading characters or spaces in a traditional G-Code command. For example, "99M123" may have been interpreted as "M123" and "M 321" may have been interpreted as |