aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Nguyen <ngynkvn@gmail.com>2022-05-23 15:49:59 -0400
committerGitHub <noreply@github.com>2022-05-23 15:49:59 -0400
commit3081899883d465be58b17ca50b55070bd1690496 (patch)
tree6aac86e88432974ed341e13f74bdbfe297a39e96
parent19a478de3763a80bf77c61e6328b3f9270b4f5fd (diff)
downloadkutter-3081899883d465be58b17ca50b55070bd1690496.tar.gz
kutter-3081899883d465be58b17ca50b55070bd1690496.tar.xz
kutter-3081899883d465be58b17ca50b55070bd1690496.zip
docs: Documentation on screws_tilt_calculate MAX_DEVIATION parameter (#5522)
Signed-off-by: Kevin Nguyen <ngynkvn@gmail.com>
-rw-r--r--docs/G-Codes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index 5e562da4..7d6313d5 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -979,7 +979,7 @@ is enabled (also see the
[manual level guide](Manual_Level.md#adjusting-bed-leveling-screws-using-the-bed-probe)).
#### SCREWS_TILT_CALCULATE
-`SCREWS_TILT_CALCULATE [DIRECTION=CW|CCW]
+`SCREWS_TILT_CALCULATE [DIRECTION=CW|CCW] [MAX_DEVIATION=<value>]
[<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
@@ -987,7 +987,7 @@ number of knob turns to 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.
+before using this command. If MAX_DEVIATION is specified, the command will raise a gcode error if any difference in the screw height relative to the base screw height is greater than the value provided.
### [sdcard_loop]