diff options
author | trofen <39155883+trofen@users.noreply.github.com> | 2024-04-11 17:58:47 +0300 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-04-12 12:17:35 -0400 |
commit | 75d7c17656883484d43d15080cfd0441d2b8e322 (patch) | |
tree | 93052d360263c507cc4f887deddaae24a56af164 | |
parent | c37329e9e22f7d00128e9f52b3cb17075b929ec1 (diff) | |
download | kutter-75d7c17656883484d43d15080cfd0441d2b8e322.tar.gz kutter-75d7c17656883484d43d15080cfd0441d2b8e322.tar.xz kutter-75d7c17656883484d43d15080cfd0441d2b8e322.zip |
docs: Fix typo in Resonance_Compensation.md
Signed-off-by: Plynskiy Nikita <nikita53ne@yandex.ru>
-rw-r--r-- | docs/Resonance_Compensation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Resonance_Compensation.md b/docs/Resonance_Compensation.md index 31f1b35e..8f2d2b64 100644 --- a/docs/Resonance_Compensation.md +++ b/docs/Resonance_Compensation.md @@ -48,7 +48,7 @@ First, measure the **ringing frequency**. to 5.0. It is not advised to increase it when using input shaper because it can cause more smoothing in parts - it is better to use higher acceleration value instead. -2. Disable the `miminum_cruise_ratio` feature by issuing the following +2. Disable the `minimum_cruise_ratio` feature by issuing the following command: `SET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO=0` 3. Disable Pressure Advance: `SET_PRESSURE_ADVANCE ADVANCE=0` 4. If you have already added `[input_shaper]` section to the printer.cfg, |