diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-01 11:27:14 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-01 11:58:32 -0400 |
commit | e177d4f70d7486a0bc0e8a9f52acb1582bab7e91 (patch) | |
tree | 59384b6545cc708c6c136998863f3695ddea13be /docs/Features.md | |
parent | 631b0e6c37351fb54775dc47d18cadf8eec92667 (diff) | |
download | kutter-e177d4f70d7486a0bc0e8a9f52acb1582bab7e91.tar.gz kutter-e177d4f70d7486a0bc0e8a9f52acb1582bab7e91.tar.xz kutter-e177d4f70d7486a0bc0e8a9f52acb1582bab7e91.zip |
docs: Reword smoothed look-ahead description in Kinematics
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rw-r--r-- | docs/Features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Features.md b/docs/Features.md index dbc28ca4..6a13d124 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -44,7 +44,7 @@ Klipper has several compelling features: that can dramatically improve the accuracy of typical endstop switches. When properly tuned it can improve a print's first layer bed adhesion. - * Support for limiting the top speed of short "zig-zag" moves to + * Support for limiting the top speed of short "zigzag" moves to reduce printer vibration and noise. See the [kinematics](Kinematics.md) document for more information. |