diff options
author | Arksine <arksine.code@gmail.com> | 2020-09-10 08:50:40 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2020-09-15 20:36:55 -0400 |
commit | 3ac636b33e0dd770d2608d9a7c05c267f1b12149 (patch) | |
tree | a5ce436fe45e1169a8ad05245d7b00f9c51bd65b /docs/G-Codes.md | |
parent | 7ba1a2a749b1d4756b29133c39001abdd295b2de (diff) | |
download | kutter-3ac636b33e0dd770d2608d9a7c05c267f1b12149.tar.gz kutter-3ac636b33e0dd770d2608d9a7c05c267f1b12149.tar.xz kutter-3ac636b33e0dd770d2608d9a7c05c267f1b12149.zip |
docs: document additions to BED_MESH_CALIBRATE
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 628d8a3c..68e65911 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -382,7 +382,8 @@ section is enabled: The following commands are available when the "bed_mesh" config section is enabled: -- `BED_MESH_CALIBRATE [METHOD=manual] [<probe_parameter>=<value>]`: +- `BED_MESH_CALIBRATE [METHOD=manual] [<probe_parameter>=<value>] + [<mesh_parameter>=<value>]`: This command probes the bed using generated points specified by the parameters in the config. After probing, a mesh is generated and z-movement is adjusted according to the mesh. See the PROBE command |