diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 0b0ad713..772815fc 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -474,7 +474,7 @@ enabled: carriage. It is typically invoked from the activate_gcode and deactivate_gcode fields in a multiple extruder configuration. -## TMC2130, TMC2660, TMC2208, TMC2209 and TMC5160 +## TMC stepper drivers The following commands are available when any of the [tmcXXXX config sections](Config_Reference.md#tmc-stepper-driver-configuration) @@ -486,14 +486,14 @@ are enabled: turned off then back on. - `SET_TMC_CURRENT STEPPER=<name> CURRENT=<amps> HOLDCURRENT=<amps>`: This will adjust the run and hold currents of the TMC driver. - HOLDCURRENT is applicable only to the tmc2130, tmc2208, tmc2209 and tmc5160. -- `SET_TMC_FIELD STEPPER=<name> FIELD=<field> VALUE=<value>`: This will - alter the value of the specified register field of the TMC driver. - This command is intended for low-level diagnostics and debugging only because - changing the fields during run-time can lead to undesired and potentially - dangerous behavior of your printer. Permanent changes should be made using - the printer configuration file instead. No sanity checks are performed for the - given values. + (HOLDCURRENT is not applicable to tmc2660 drivers.) +- `SET_TMC_FIELD STEPPER=<name> FIELD=<field> VALUE=<value>`: This + will alter the value of the specified register field of the TMC + driver. This command is intended for low-level diagnostics and + debugging only because changing the fields during run-time can lead + to undesired and potentially dangerous behavior of your printer. + Permanent changes should be made using the printer configuration + file instead. No sanity checks are performed for the given values. ## Endstop adjustments by stepper phase |