diff options
author | Dmitry Butyugin <dmbutyugin@google.com> | 2023-04-19 23:22:44 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-05-25 12:48:17 -0400 |
commit | 16c53992d62e17a6dcdef7a8a0a5fbfb57ea7111 (patch) | |
tree | f829edbea0c13db6aadb18ba12c689123c75949e /docs/G-Codes.md | |
parent | ec61f10f0f103bad9c754e4b97c57196581ed369 (diff) | |
download | kutter-16c53992d62e17a6dcdef7a8a0a5fbfb57ea7111.tar.gz kutter-16c53992d62e17a6dcdef7a8a0a5fbfb57ea7111.tar.xz kutter-16c53992d62e17a6dcdef7a8a0a5fbfb57ea7111.zip |
resonance_tester: Support CHIPS= parameter in SHAPER_CALIBRATE command
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index d89c7df8..fe24a580 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1018,7 +1018,7 @@ frequency response is calculated (across all probe points) and written into #### SHAPER_CALIBRATE `SHAPER_CALIBRATE [AXIS=<axis>] [NAME=<name>] [FREQ_START=<min_freq>] -[FREQ_END=<max_freq>] [HZ_PER_SEC=<hz_per_sec>] +[FREQ_END=<max_freq>] [HZ_PER_SEC=<hz_per_sec>] [CHIPS=<adxl345_chip_name>] [MAX_SMOOTHING=<max_smoothing>]`: Similarly to `TEST_RESONANCES`, runs the resonance test as configured, and tries to find the optimal parameters for the input shaper for the requested axis (or both X and |