mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 23:24:01 -06:00
axis_twist_compensation: Implement Y-axis support
This commit implements support for the Y-axis in the axis_twist_compensation module. This update enables the module to handle corrections for printers with a twisted Y rail. Signed-off-by: Jorge Apaza Merma <yochiwarez@gmail.com>
This commit is contained in:
parent
f119e96e8f
commit
4f3a7fd227
4 changed files with 161 additions and 48 deletions
|
@ -146,9 +146,9 @@ The following commands are available when the
|
|||
section](Config_Reference.md#axis_twist_compensation) is enabled.
|
||||
|
||||
#### AXIS_TWIST_COMPENSATION_CALIBRATE
|
||||
`AXIS_TWIST_COMPENSATION_CALIBRATE [SAMPLE_COUNT=<value>]`: Initiates the X
|
||||
`AXIS_TWIST_COMPENSATION_CALIBRATE [SAMPLE_COUNT=<value>] [AXIS=<X or Y, default X>]`: Initiates the X or Y
|
||||
twist calibration wizard. `SAMPLE_COUNT` specifies the number of points along
|
||||
the X axis to calibrate at and defaults to 3.
|
||||
the X or Y axis to calibrate at and defaults to 3.
|
||||
|
||||
### [bed_mesh]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue