diff options
author | Alex Voinea <voinea.dragos.alexandru@gmail.com> | 2023-03-04 10:11:22 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2023-03-07 10:52:52 -0500 |
commit | e6307ca9fe8d6e63037fa22ec9a2200f7921537c (patch) | |
tree | 43e2037d0440870a8113ef3757fcdcae5bd3c728 /docs | |
parent | b2178f49ecf7f7e4c9c7a5deb102086ea64ba41e (diff) | |
download | kutter-e6307ca9fe8d6e63037fa22ec9a2200f7921537c.tar.gz kutter-e6307ca9fe8d6e63037fa22ec9a2200f7921537c.tar.xz kutter-e6307ca9fe8d6e63037fa22ec9a2200f7921537c.zip |
tmc: Fix s2vs field formatters
Rename the field formatter text for tmc2208/tmc2209 and implement it also for tmc5160.
Signed-off-by: Alex Voinea <voinea.dragos.alexandru@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TMC_Drivers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TMC_Drivers.md b/docs/TMC_Drivers.md index b036b57e..d2a7eaa3 100644 --- a/docs/TMC_Drivers.md +++ b/docs/TMC_Drivers.md @@ -544,7 +544,7 @@ hot. Typical solutions are to decrease the stepper motor current, increase cooling on the stepper motor driver, and/or increase cooling on the stepper motor. -#### TMC reports error: `... ShortToGND` OR `LowSideShort` +#### TMC reports error: `... ShortToGND` OR `ShortToSupply` This indicates the driver has disabled itself because it detected very high current passing through the driver. This may indicate a loose or |