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/G-Codes.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/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 7c90417c..94a6e9a9 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -127,6 +127,14 @@ use this tool the Python "numpy" package must be installed (see the [measuring resonance document](Measuring_Resonances.md#software-installation) for more information). +#### ANGLE_CHIP_CALIBRATE +`ANGLE_CHIP_CALIBRATE CHIP=<chip_name>`: Perform internal sensor calibration, +if implemented (MT6826S/MT6835). + +- **MT68XX**: The motor should be disconnected +from any printer carriage before performing calibration. +After calibration, the sensor should be reset by disconnecting the power. + #### 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 |