diff options
author | yochiwarez <yochiwarez@gmail.com> | 2024-11-15 06:52:44 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2025-03-08 22:23:35 -0500 |
commit | dad21967764dbddf251af7559812bd5549ee72d6 (patch) | |
tree | 8ce668f2d8937af15ca0915d68e5c6dbed7833c5 /docs/G-Codes.md | |
parent | b50d7405429cbdbac7de8442f9ce31a032c3c584 (diff) | |
download | kutter-dad21967764dbddf251af7559812bd5549ee72d6.tar.gz kutter-dad21967764dbddf251af7559812bd5549ee72d6.tar.xz kutter-dad21967764dbddf251af7559812bd5549ee72d6.zip |
axis_twist_compensation: Remove the auto parameter
from axis_twist_compensation
Signed-off-by: Jorge Apaza Merma <yochiwarez@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 78c1c74b..25c69604 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -154,8 +154,7 @@ The following commands are available when the section](Config_Reference.md#axis_twist_compensation) is enabled. #### AXIS_TWIST_COMPENSATION_CALIBRATE -`AXIS_TWIST_COMPENSATION_CALIBRATE [AXIS=<X|Y>] [AUTO=<True|False>] -[SAMPLE_COUNT=<value>]` +`AXIS_TWIST_COMPENSATION_CALIBRATE [AXIS=<X|Y>] [SAMPLE_COUNT=<value>]` Calibrates axis twist compensation by specifying the target axis or enabling automatic calibration. @@ -163,11 +162,6 @@ enabling automatic calibration. - **AXIS:** Define the axis (`X` or `Y`) for which the twist compensation will be calibrated. If not specified, the axis defaults to `'X'`. -- **AUTO:** Enables automatic calibration mode. When `AUTO=True`, the -calibration will run for both the X and Y axes. In this mode, `AXIS` -cannot be specified. If both `AXIS` and `AUTO` are provided, an error -will be raised. - ### [bed_mesh] The following commands are available when the |