mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 22:35:17 -06:00
tmc: Support reporting tmc2240 temperature in driver get_status()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
22ee889f41
commit
83308a1051
2 changed files with 22 additions and 5 deletions
|
@ -458,6 +458,9 @@ objects (eg, `[tmc2208 stepper_x]`):
|
|||
- `drv_status`: The results of the last driver status query. (Only
|
||||
non-zero fields are reported.) This field will be null if the driver
|
||||
is not enabled (and thus is not periodically queried).
|
||||
- `temperature`: The internal temperature reported by the driver. This
|
||||
field will be null if the driver is not enabled or if the driver
|
||||
does not support temperature reporting.
|
||||
- `run_current`: The currently set run current.
|
||||
- `hold_current`: The currently set hold current.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue