diff options
author | Timofey Titovets <nefelim4ag@gmail.com> | 2024-11-05 01:53:19 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-12-12 14:28:45 -0500 |
commit | 2b9e041a869514783ad387c937b7f57cac554edf (patch) | |
tree | a786521a3f843d431cf8c3581a688bb050b50d7f /docs/Config_Reference.md | |
parent | 90c1b82baabfe5511359c00a7dc2a09cdf078746 (diff) | |
download | kutter-2b9e041a869514783ad387c937b7f57cac554edf.tar.gz kutter-2b9e041a869514783ad387c937b7f57cac554edf.tar.xz kutter-2b9e041a869514783ad387c937b7f57cac554edf.zip |
angle: mt6826s added support
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 33cb153b..f797d2b0 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -5040,7 +5040,8 @@ serial: ### [angle] Magnetic hall angle sensor support for reading stepper motor angle -shaft measurements using a1333, as5047d, mt6816, or tle5012b SPI chips. +shaft measurements using a1333, as5047d, mt6816, mt6826s, +or tle5012b SPI chips. The measurements are available via the [API Server](API_Server.md) and [motion analysis tool](Debugging.md#motion-analysis-and-data-logging). See the [G-Code reference](G-Codes.md#angle) for available commands. @@ -5049,7 +5050,7 @@ See the [G-Code reference](G-Codes.md#angle) for available commands. [angle my_angle_sensor] sensor_type: # The type of the magnetic hall sensor chip. Available choices are -# "a1333", "as5047d", "mt6816", and "tle5012b". This parameter must be +# "a1333", "as5047d", "mt6816", "mt6826s", and "tle5012b". This parameter must be # specified. #sample_period: 0.000400 # The query period (in seconds) to use during measurements. The |