docs: Use only single space at start of new sentence

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2017-05-01 11:36:07 -04:00
parent e177d4f70d
commit a3162b17d9
6 changed files with 23 additions and 23 deletions

View File

@@ -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