diff options
author | yochiwarez <yochiwarez@gmail.com> | 2024-10-23 01:12:46 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-11-12 22:10:04 -0500 |
commit | 38bf6f2693816be08df43fac722dbcfea21238bc (patch) | |
tree | f0590aa2ff9a15fcfe69a65d667766b72f7ba3a2 /docs/Config_Reference.md | |
parent | 4f3a7fd227ce89dfffdd2b7fc205db410b9a24d5 (diff) | |
download | kutter-38bf6f2693816be08df43fac722dbcfea21238bc.tar.gz kutter-38bf6f2693816be08df43fac722dbcfea21238bc.tar.xz kutter-38bf6f2693816be08df43fac722dbcfea21238bc.zip |
axis_twist_compensation: AXIS_TWIST_COMPENSATION new parameter AUTO for autocalibration
This commit adds automatic calculation support for compensating X and Y axis twist in the axis_twist_compensation module.
Signed-off-by: Jorge Apaza Merma <yochiwarez@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index cb40991d..d73a3a64 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2083,9 +2083,9 @@ sensor_type: ldc1612 ### [axis_twist_compensation] -A tool to compensate for inaccurate probe readings due to twist in X or Y gantry. See -the [Axis Twist Compensation Guide](Axis_Twist_Compensation.md) for more -detailed information regarding symptoms, configuration and setup. +A tool to compensate for inaccurate probe readings due to twist in X or Y +gantry. See the [Axis Twist Compensation Guide](Axis_Twist_Compensation.md) +for more detailed information regarding symptoms, configuration and setup. ``` [axis_twist_compensation] @@ -2098,15 +2098,15 @@ detailed information regarding symptoms, configuration and setup. calibrate_start_x: 20 # Defines the minimum X coordinate of the calibration # This should be the X coordinate that positions the nozzle at the starting -# calibration position. This parameter must be provided. +# calibration position. calibrate_end_x: 200 # Defines the maximum X coordinate of the calibration # This should be the X coordinate that positions the nozzle at the ending -# calibration position. This parameter must be provided. +# calibration position. calibrate_y: 112.5 # Defines the Y coordinate of the calibration # This should be the Y coordinate that positions the nozzle during the -# calibration process. This parameter must be provided and is recommended to +# calibration process. This parameter is recommended to # be near the center of the bed # For Y-axis twist compensation, specify the following parameters: |