mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-06 05:24:02 -06:00
tmc: DUMP_TMC optional REGISTER parameter
Add an optional REGISTER parameter to DUMP_TMC so that the output is more filtered/cleaner for manual TMC calibration. Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com>
This commit is contained in:
parent
36e0afea2d
commit
c9731a6fe2
2 changed files with 28 additions and 12 deletions
|
@ -1219,8 +1219,9 @@ The following commands are available when any of the
|
|||
are enabled.
|
||||
|
||||
#### DUMP_TMC
|
||||
`DUMP_TMC STEPPER=<name>`: This command will read the TMC driver
|
||||
registers and report their values.
|
||||
`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.
|
||||
|
||||
#### INIT_TMC
|
||||
`INIT_TMC STEPPER=<name>`: This command will initialize the TMC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue