diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-21 14:48:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-22 22:23:44 -0400 |
commit | 3025638b9bf18aca951a5d77fb4ea3c243a01336 (patch) | |
tree | 7e7b7f2c67aa3b9111170acae93f233d36173896 /docs/G-Codes.md | |
parent | 4bf1b042b1accc234db81b2c50079a2d3dbab31f (diff) | |
download | kutter-3025638b9bf18aca951a5d77fb4ea3c243a01336.tar.gz kutter-3025638b9bf18aca951a5d77fb4ea3c243a01336.tar.xz kutter-3025638b9bf18aca951a5d77fb4ea3c243a01336.zip |
z_tilt: Add support for Z_TILT_ADJUST
Add new module to support independent adjustments to multiple Z
steppers to account for bed tilt.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index aa795205..009debc1 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -139,6 +139,14 @@ section is enabled: command to move to the next probing point during a BED_TILT_CALIBRATE operation. +## Z Tilt + +The following commands are available when the "z_tilt" config section +is enabled: +- `Z_TILT_ADJUST`: This command will probe the points specified in the + config and then make independent adjustments to each Z stepper to + compensate for tilt. + ## Dual Carriages The following command is available when the "dual_carriage" config |