aboutsummaryrefslogtreecommitdiffstats
path: root/docs/G-Codes.md
diff options
context:
space:
mode:
authorMatthew Lloyd <github@matthewlloyd.net>2021-06-22 15:18:05 -0400
committerGitHub <noreply@github.com>2021-06-22 15:18:05 -0400
commitc2907c998c02e0c63ffb319bfe6073c490136013 (patch)
tree5b5b6f16900a5e4d700ca01238b2c924d1a582d1 /docs/G-Codes.md
parentf1091a484bfbf2cc5676e3a6fcd595172f123f67 (diff)
downloadkutter-c2907c998c02e0c63ffb319bfe6073c490136013.tar.gz
kutter-c2907c998c02e0c63ffb319bfe6073c490136013.tar.xz
kutter-c2907c998c02e0c63ffb319bfe6073c490136013.zip
screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)
Signed-off-by: Matthew Lloyd <github@matthewlloyd.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r--docs/G-Codes.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 0bf8099b..026b93ec 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -456,12 +456,13 @@ The following commands are available when the
[screws_tilt_adjust config section](Config_Reference.md#screws_tilt_adjust)
is enabled (also see the
[manual level guide](Manual_Level.md#adjusting-bed-leveling-screws-using-the-bed-probe)):
-- `SCREWS_TILT_CALCULATE [<probe_parameter>=<value>]`: This command
- will invoke the bed screws adjustment tool. It will command the
+- `SCREWS_TILT_CALCULATE [DIRECTION=CW|CCW] [<probe_parameter>=<value>]`:
+ 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. See the PROBE command for details on the
- optional probe parameters.
+ adjust the bed level. If DIRECTION is specified, the knob turns will all
+ be in the same direction, clockwise (CW) or counterclockwise (CCW).
+ See the PROBE command for details on the optional probe parameters.
IMPORTANT: You MUST always do a G28 before using this command.
## Z Tilt