diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-01 11:36:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-01 11:58:32 -0400 |
commit | a3162b17d9286fdd363f97d2eecb744ca02607f1 (patch) | |
tree | 9e31b91933c2dcdd95e716aab734987fccda64bf /docs/Features.md | |
parent | e177d4f70d7486a0bc0e8a9f52acb1582bab7e91 (diff) | |
download | kutter-a3162b17d9286fdd363f97d2eecb744ca02607f1.tar.gz kutter-a3162b17d9286fdd363f97d2eecb744ca02607f1.tar.xz kutter-a3162b17d9286fdd363f97d2eecb744ca02607f1.zip |
docs: Use only single space at start of new sentence
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 6a13d124..74741bcb 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -5,7 +5,7 @@ Klipper has several compelling features: movements. The application processor determines when to step each stepper motor, it compresses those events, transmits them to the micro-controller, and then the micro-controller executes each event - at the requested time. Each stepper event is scheduled with a + at the requested time. Each stepper event is scheduled with a precision of 25 micro-seconds or better. The software does not use kinematic estimations (such as the Bresenham algorithm) - instead it calculates precise step times based on the physics of acceleration |