resonance_tester: Set max_accel ignoring the limit from the config (#4174)

Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
Dmitry Butyugin 2021-06-06 19:04:53 +02:00 committed by GitHub
parent e0e8615aaf
commit 4596a244e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 26 deletions

View file

@ -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
```