diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-04 19:01:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-04 19:01:18 -0400 |
commit | 852d1666bba2a73c44d08ab8089d0dedb9b3b234 (patch) | |
tree | 25083351a110878c182e90e063786ce27d0759c3 /docs/G-Codes.md | |
parent | b0d859f220457f0a1c15b5be452620f19043ae16 (diff) | |
download | kutter-852d1666bba2a73c44d08ab8089d0dedb9b3b234.tar.gz kutter-852d1666bba2a73c44d08ab8089d0dedb9b3b234.tar.xz kutter-852d1666bba2a73c44d08ab8089d0dedb9b3b234.zip |
docs: Fix typo in BED_MESH_PROFILE description in G-Codes.md
Reported by @fiveNinePlusR
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 f246cc52..ca83d2fa 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -189,7 +189,7 @@ section is enabled: will be cleared as the process rehomes the printer. - `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 +- `BED_MESH_PROFILE LOAD=<name> SAVE=<name> REMOVE=<name>`: This command provides profile management for mesh state. LOAD will restore the mesh state from the profile matching the supplied name. SAVE will save the current mesh state to a profile matching the |