diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2021-01-29 20:55:31 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-02-02 14:13:24 -0500 |
commit | d136b1e41a1e2a5dc7b5c3e5c6a329424b3020aa (patch) | |
tree | cdc9988856a9c714e8f1c09109b0417bc38b6019 /docs/Measuring_Resonances.md | |
parent | a8b282d67a085714b3dab02fbc6afacd7351ae29 (diff) | |
download | kutter-d136b1e41a1e2a5dc7b5c3e5c6a329424b3020aa.tar.gz kutter-d136b1e41a1e2a5dc7b5c3e5c6a329424b3020aa.tar.xz kutter-d136b1e41a1e2a5dc7b5c3e5c6a329424b3020aa.zip |
resonance_tester: Increase test max_accel to 10K and max_freq to 133 Hz
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/Measuring_Resonances.md')
-rw-r--r-- | docs/Measuring_Resonances.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Measuring_Resonances.md b/docs/Measuring_Resonances.md index ec1cbbfe..c311476d 100644 --- a/docs/Measuring_Resonances.md +++ b/docs/Measuring_Resonances.md @@ -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). |