diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 9 |
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 |