diff options
author | Alex Voinea <voinea.dragos.alexandru@gmail.com> | 2023-03-30 18:30:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 12:30:48 -0400 |
commit | fec7ddd8aefd9561fffd7f1ccecd7231002dc884 (patch) | |
tree | 9156222ee0914ad9a80c6e528a83cfd88cc1d917 /docs | |
parent | c9731a6fe2968b5c1364d8cb602b6e2230f9a4eb (diff) | |
download | kutter-fec7ddd8aefd9561fffd7f1ccecd7231002dc884.tar.gz kutter-fec7ddd8aefd9561fffd7f1ccecd7231002dc884.tar.xz kutter-fec7ddd8aefd9561fffd7f1ccecd7231002dc884.zip |
docs: Fix typo in docs (#6147)
Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com>
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 ea1f2d73..d89c7df8 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1219,7 +1219,7 @@ The following commands are available when any of the are enabled. #### DUMP_TMC -`DUMP_TMC STEPPER=<name>` [REGISTER=<name>]: This command will read all TMC +`DUMP_TMC STEPPER=<name> [REGISTER=<name>]`: This command will read all TMC driver registers and report their values. If a REGISTER is provided, only the specified register will be dumped. |