diff options
author | Rui Caridade <rmcbc@users.noreply.github.com> | 2019-03-08 16:47:17 +0000 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-03-08 11:47:17 -0500 |
commit | 5c0a2479be961816d02ffbf261cf3e51ac5f5751 (patch) | |
tree | e72c6d8c7b4247e84368f002e0ea14672e07d232 /docs/G-Codes.md | |
parent | fcaa75f01480c4de0de2f0656ee2947cce29ce03 (diff) | |
download | kutter-5c0a2479be961816d02ffbf261cf3e51ac5f5751.tar.gz kutter-5c0a2479be961816d02ffbf261cf3e51ac5f5751.tar.xz kutter-5c0a2479be961816d02ffbf261cf3e51ac5f5751.zip |
screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)
Signed-off-by: Rui Caridade <rui.mcbc@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index a3d41cd3..993770d0 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -274,6 +274,16 @@ section is enabled: the bed screws so that the bed is a constant distance from the nozzle. +## Bed Screws Tilt adjust Helper + +The following commands are available when the "screws_tilt_adjust" +config section is enabled: +- `SCREWS_TILT_CALCULATE`: This command will invoke the bed screws + adjustment tool. It will command the nozzle to different locations + (as defined in the config file) probing the z height and calculate + the number of knob turns to adjust the bed level. + IMPORTANT: You MUST always do a G28 before using this command. + ## Z Tilt The following commands are available when the "z_tilt" config section |