diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-01-29 12:54:07 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-02-01 11:59:55 -0500 |
commit | c80552f9e7750d8d425888b7809b5af5bdcf9b74 (patch) | |
tree | 8dc007102cdd88d7b3ce77d587867408ac9207b8 /docs/TMC_Drivers.md | |
parent | 9c4172784ad832ab05e543f5afc68775cd90c922 (diff) | |
download | kutter-c80552f9e7750d8d425888b7809b5af5bdcf9b74.tar.gz kutter-c80552f9e7750d8d425888b7809b5af5bdcf9b74.tar.xz kutter-c80552f9e7750d8d425888b7809b5af5bdcf9b74.zip |
docs: Reorganize layout of G-Codes.md
Break listing up by module name. Provide links to "extended"
commands. Sort reference by module name.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/TMC_Drivers.md')
-rw-r--r-- | docs/TMC_Drivers.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/TMC_Drivers.md b/docs/TMC_Drivers.md index 581fe2b2..8f85af53 100644 --- a/docs/TMC_Drivers.md +++ b/docs/TMC_Drivers.md @@ -45,7 +45,7 @@ leave a stepper idle sufficiently long. If one wishes to reduce current to motors during print start routines, then consider issuing -[SET_TMC_CURRENT](G-Codes.md#tmc-stepper-drivers) commands in a +[SET_TMC_CURRENT](G-Codes.md#set_tmc_current) commands in a [START_PRINT macro](Slicers.md#klipper-gcode_macro) to adjust the current before and after normal printing moves. @@ -410,10 +410,10 @@ restrictions: ## Querying and diagnosing driver settings -The `[DUMP_TMC command](G-Codes.md#tmc-stepper-drivers) is a useful -tool when configuring and diagnosing the drivers. It will report all -fields configured by Klipper as well as all fields that can be queried -from the driver. +The `[DUMP_TMC command](G-Codes.md#dump_tmc) is a useful tool when +configuring and diagnosing the drivers. It will report all fields +configured by Klipper as well as all fields that can be queried from +the driver. All of the reported fields are defined in the Trinamic datasheet for each driver. These datasheets can be found on the @@ -429,7 +429,7 @@ Klipper supports configuring many low-level driver fields using has the full list of fields available for each type of driver. In addition, almost all fields can be modified at run-time using the -[SET_TMC_FIELD command](G-Codes.md#tmc-stepper-drivers). +[SET_TMC_FIELD command](G-Codes.md#set_tmc_field). Each of these fields is defined in the Trinamic datasheet for each driver. These datasheets can be found on the |