diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-09-27 13:59:47 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-09-27 13:59:47 -0400 |
commit | a0f0911a95bde84d71f172027e35e3c2e8bfd154 (patch) | |
tree | 8c48d5344b53b80bdd1b70d9c5fccd5bd56119c0 /docs/Features.md | |
parent | f658819862122f2065b6d3a057cc59354fdf379a (diff) | |
download | kutter-a0f0911a95bde84d71f172027e35e3c2e8bfd154.tar.gz kutter-a0f0911a95bde84d71f172027e35e3c2e8bfd154.tar.xz kutter-a0f0911a95bde84d71f172027e35e3c2e8bfd154.zip |
docs: Reword performance paragraph in Features.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rw-r--r-- | docs/Features.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Features.md b/docs/Features.md index cf36560a..930e451d 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -15,10 +15,10 @@ Klipper has several compelling features: * Best in class performance. Klipper is able to achieve high stepping rates on both new and old micro-controllers. Even an old 8bit AVR micro-controller can obtain rates over 175K steps per second. On - more recent ARM micro-controllers, rates over 450K steps per second - are possible. Higher stepper rates enable higher print - velocities. The stepper event timing remains precise even at high - speeds which improves overall stability. + more recent micro-controllers, rates over 500K steps per second are + possible. Higher stepper rates enable higher print velocities. The + stepper event timing remains precise even at high speeds which + improves overall stability. * Configuration via simple config file. There's no need to reflash the micro-controller to change a setting. All of Klipper's configuration |