diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index f5135d27..d5230aa6 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -186,7 +186,7 @@ section is enabled: 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 as the process rehomes the printer. + will be cleared. - `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 |