mirror of https://github.com/Desuuuu/klipper.git
docs: Fix typo in BED_MESH_PROFILE description in G-Codes.md
Reported by @fiveNinePlusR Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b0d859f220
commit
852d1666bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue