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/MCU_Commands.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/MCU_Commands.md')
-rw-r--r-- | docs/MCU_Commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MCU_Commands.md b/docs/MCU_Commands.md index c1544d2a..5cd47193 100644 --- a/docs/MCU_Commands.md +++ b/docs/MCU_Commands.md @@ -262,7 +262,7 @@ Stepper commands * `stepper_get_position oid=%c` : This command causes the micro-controller to generate a "stepper_position" response message - with the stepper's current position. The position is the total + with the stepper's current position. The position is the total number of steps generated with dir=1 minus the total number of steps generated with dir=0. |