From fec7ddd8aefd9561fffd7f1ccecd7231002dc884 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Thu, 30 Mar 2023 18:30:48 +0200 Subject: [PATCH] docs: Fix typo in docs (#6147) Signed-off-by: Alex Voinea --- docs/G-Codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=` [REGISTER=]: This command will read all TMC +`DUMP_TMC STEPPER= [REGISTER=]`: This command will read all TMC driver registers and report their values. If a REGISTER is provided, only the specified register will be dumped.