aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Measuring_Resonances.md
diff options
context:
space:
mode:
authorDmitry Butyugin <dmbutyugin@google.com>2021-06-06 19:04:53 +0200
committerGitHub <noreply@github.com>2021-06-06 13:04:53 -0400
commit4596a244e38740f578bab7b13e80cdb902b9c865 (patch)
tree7fc3a241a4317d797584df43f4a1512decd80f71 /docs/Measuring_Resonances.md
parente0e8615aaf9ce122f673665d811d17e019ee23df (diff)
downloadkutter-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/Measuring_Resonances.md')
-rw-r--r--docs/Measuring_Resonances.md12
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
```