diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2021-06-06 19:04:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 13:04:53 -0400 |
commit | 4596a244e38740f578bab7b13e80cdb902b9c865 (patch) | |
tree | 7fc3a241a4317d797584df43f4a1512decd80f71 /docs | |
parent | e0e8615aaf9ce122f673665d811d17e019ee23df (diff) | |
download | kutter-4596a244e38740f578bab7b13e80cdb902b9c865.tar.gz kutter-4596a244e38740f578bab7b13e80cdb902b9c865.tar.xz kutter-4596a244e38740f578bab7b13e80cdb902b9c865.zip |
resonance_tester: Set max_accel ignoring the limit from the config (#4174)
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Measuring_Resonances.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index 481f5cea..739d090f 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -139,17 +139,7 @@ noisy imbalanced fans on a 3D printer. ## Measuring the resonances -Now you can run some real-life tests. In `printer.cfg` add or replace the -following values: -``` -[printer] -max_accel: 10000 -max_accel_to_decel: 10000 -``` -(after you are done with the measurements, revert these values to their old, -or the newly suggested values). - -Run the following command: +Now you can run some real-life tests. Run the following command: ``` TEST_RESONANCES AXIS=X ``` |