diff options
author | Arksine <arksine.code@gmail.com> | 2019-12-18 19:40:41 -0500 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2020-01-09 14:14:13 -0500 |
commit | edae40c36ff6186e08003574a5caa327826b58a9 (patch) | |
tree | d09826f4413a48581e8870813c05132f1bc2d47f /docs/G-Codes.md | |
parent | dc51788f9abefe2fbd260dafb4693bd7f58ebb76 (diff) | |
download | kutter-edae40c36ff6186e08003574a5caa327826b58a9.tar.gz kutter-edae40c36ff6186e08003574a5caa327826b58a9.tar.xz kutter-edae40c36ff6186e08003574a5caa327826b58a9.zip |
docs: Update documentation to reflect bed_mesh changes
Also add new bed_mesh.md documentation.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index ea77ddd1..0eff01c2 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -335,15 +335,15 @@ section is enabled: specified then the manual probing tool is activated - see the MANUAL_PROBE command above for details on the additional commands available while this tool is active. -- `BED_MESH_OUTPUT`: This command outputs the current probed z values - and current mesh values to the terminal. -- `BED_MESH_MAP`: This command probes the bed in a similar fashion - to BED_MESH_CALIBRATE, however no mesh is generated. Instead, - the probed z values are serialized to json and output to the - terminal. This allows octoprint plugins to easily capture the - data and generate maps approximating the bed's surface. Note - that although no mesh is generated, any currently stored mesh - will be cleared. +- `BED_MESH_OUTPUT PGP=[<0:1>]`: This command outputs the current probed + z values and current mesh values to the terminal. If PGP=1 is specified + the x,y coordinates generated by bed_mesh, along with their associated + indices, will be output to the terminal. +- `BED_MESH_MAP`: Like to BED_MESH_OUTPUT, this command prints the current + state of the mesh to the terminal. Instead of printing the values in a + human readable format, the state is serialized in json format. This allows + octoprint plugins to easily capture the data and generate height maps + approximating the bed's surface. - `BED_MESH_CLEAR`: This command clears the mesh and removes all z adjustment. It is recommended to put this in your end-gcode. - `BED_MESH_PROFILE LOAD=<name> SAVE=<name> REMOVE=<name>`: This |