mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-04 17:14:38 -07:00
Merge 9dd34fba10 into 7a44726492
This commit is contained in:
commit
df4deafe8e
1 changed files with 7 additions and 3 deletions
|
|
@ -544,9 +544,13 @@ Some common errors and tips for diagnosing them:
|
|||
#### TMC reports error: `... ot=1(OvertempError!)`
|
||||
|
||||
This indicates the motor driver disabled itself because it became too
|
||||
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.
|
||||
hot. Typical solutions are to decrease the stepper motor current or
|
||||
increase cooling on the stepper motor driver or add a heatsink or fan.
|
||||
|
||||
Advanced users might want to check the specific TMC chip datasheet
|
||||
and adjust the `OTTRIM` field of the `FACTORY_CONF` register to
|
||||
increase the allowable temperature, or to reduce the `PWM_FREQ` to
|
||||
reduce heat prodeuction.
|
||||
|
||||
#### TMC reports error: `... ShortToGND` OR `ShortToSupply`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue