diff options
author | Philippe Daouadi <philippe@ud2.org> | 2023-08-01 19:08:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 13:08:53 -0400 |
commit | 039daecb4fde7d37b255eec1308abb5ba41a9ba9 (patch) | |
tree | 1e04d78b7b818ab712d2469fbf101026f77f97a8 /docs/_klipper3d | |
parent | 36be1cfc5109355fb50cececedee936905fc6c7d (diff) | |
download | kutter-039daecb4fde7d37b255eec1308abb5ba41a9ba9.tar.gz kutter-039daecb4fde7d37b255eec1308abb5ba41a9ba9.tar.xz kutter-039daecb4fde7d37b255eec1308abb5ba41a9ba9.zip |
axis_twist_compensation: Add X twist compensation module (#6149)
Implements AxisTwistCompensation, and Calibrater
Supports calibration of z-offsets caused by x gantry twist
Modify PrinterProbe._probe function to check if the probed z value should be adjusted
based on axis_twist_compensation's configuration
Add documentation for [axis_twist_compensation] module
Signed-off-by: Jeremy Tan <jeremytkw98@gmail.com>
Diffstat (limited to 'docs/_klipper3d')
-rw-r--r-- | docs/_klipper3d/mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_klipper3d/mkdocs.yml b/docs/_klipper3d/mkdocs.yml index 72bcb33c..6db7fe39 100644 --- a/docs/_klipper3d/mkdocs.yml +++ b/docs/_klipper3d/mkdocs.yml @@ -101,6 +101,7 @@ nav: - Manual_Level.md - Bed_Mesh.md - Endstop_Phase.md + - Axis_Twist_Compensation.md - Resonance Compensation: - Resonance_Compensation.md - Measuring_Resonances.md |