diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-06-30 12:17:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-06-30 19:01:56 -0400 |
commit | b41770caa657bc8a3eb1e41331aa3603c97dcaca (patch) | |
tree | 65e152c6372dcd07a029ffb3c67ea1af3d52797c /docs/G-Codes.md | |
parent | 38d7b9ada0d61971fdaf3e853892e7fb4051b36a (diff) | |
download | kutter-b41770caa657bc8a3eb1e41331aa3603c97dcaca.tar.gz kutter-b41770caa657bc8a3eb1e41331aa3603c97dcaca.tar.xz kutter-b41770caa657bc8a3eb1e41331aa3603c97dcaca.zip |
tmc2130: Add a DUMP_TMC helper command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 844e62de..0a5fa7e0 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -158,3 +158,10 @@ section is enabled: - `SET_DUAL_CARRIAGE CARRIAGE=[0|1]`: This command will set the active carriage. It is typically invoked from the activate_gcode and deactivate_gcode fields in a multiple extruder configuration. + +## TMC2130 + +The following command is available when the "tmc2130" config section +is enabled: +- `DUMP_TMC STEPPER=<name>`: This command will read the TMC2130 driver + registers and report their values. |