mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-05 22:37:43 -07:00
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>
This commit is contained in:
parent
4f3a7fd227
commit
38bf6f2693
4 changed files with 225 additions and 24 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue