diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-03-23 15:06:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-03-23 15:06:32 -0400 |
commit | 849cc075dce28e6fc832d4e9de6bd57cf7b7f95c (patch) | |
tree | 5ef727aaf966165ec5661054e08870fefa1ea305 /docs | |
parent | 6be552f6e6ac0d06b037a6ed692314ada0453e27 (diff) | |
download | kutter-849cc075dce28e6fc832d4e9de6bd57cf7b7f95c.tar.gz kutter-849cc075dce28e6fc832d4e9de6bd57cf7b7f95c.tar.xz kutter-849cc075dce28e6fc832d4e9de6bd57cf7b7f95c.zip |
docs: Fix typo in MANUAL_STEPPER command line
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 97b9a878..076e31c6 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -255,7 +255,7 @@ The following command is available when a "manual_stepper" config section is enabled: - `MANUAL_STEPPER STEPPER=config_name [ENABLE=[0|1]] [SET_POSITION=<pos>] [SPEED=<speed>] [ACCEL=<accel>] - [MOVE=<pos> [STOP_ON_ENDSTOP=[1|2|-1|-2]] [SYNC=0]`: This command + [MOVE=<pos> [STOP_ON_ENDSTOP=[1|2|-1|-2]] [SYNC=0]]`: This command will alter the state of the stepper. Use the ENABLE parameter to enable/disable the stepper. Use the SET_POSITION parameter to force the stepper to think it is at the given position. Use the MOVE |