resonance_tester: Increase test max_accel to 10K and max_freq to 133 Hz

Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
Dmitry Butyugin 2021-01-29 20:55:31 +01:00 committed by KevinOConnor
parent a8b282d67a
commit d136b1e41a
2 changed files with 5 additions and 4 deletions

View file

@ -126,8 +126,8 @@ Now you can run some real-life tests. In `printer.cfg` add or replace the
following values:
```
[printer]
max_accel: 7000
max_accel_to_decel: 7000
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).