mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 06:45:26 -06:00
angle: Add support for reading tle5012b chip registers (for debugging)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1275281ab6
commit
4d1c3478ab
2 changed files with 31 additions and 0 deletions
|
@ -127,6 +127,18 @@ use this tool the Python "numpy" package must be installed (see the
|
|||
[measuring resonance document](Measuring_Resonances.md#software-installation)
|
||||
for more information).
|
||||
|
||||
#### ANGLE_DEBUG_READ
|
||||
`ANGLE_DEBUG_READ CHIP=<config_name> REG=<register>`: Queries sensor
|
||||
register "register" (e.g. 44 or 0x2C). Can be useful for debugging
|
||||
purposes. This is only available for tle5012b chips.
|
||||
|
||||
#### ANGLE_DEBUG_WRITE
|
||||
`ANGLE_DEBUG_WRITE CHIP=<config_name> REG=<register> VAL=<value>`:
|
||||
Writes raw "value" into register "register". Both "value" and
|
||||
"register" can be a decimal or a hexadecimal integer. Use with care,
|
||||
and refer to sensor data sheet for the reference. This is only
|
||||
available for tle5012b chips.
|
||||
|
||||
### [bed_mesh]
|
||||
|
||||
The following commands are available when the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue