mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 05:54:05 -06:00
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:
parent
a8b282d67a
commit
d136b1e41a
2 changed files with 5 additions and 4 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue