diff options
author | Arksine <arksine.code@gmail.com> | 2018-09-26 21:04:27 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-02 16:26:35 -0400 |
commit | b261d31ec57a4cb92e87915addbaf1837799bb23 (patch) | |
tree | 6fb3d9ff800b7feb14d07b7ca7b97aa2212451a6 /docs/G-Codes.md | |
parent | 144868c6001e8d30defe068e40fb578ca08b2abd (diff) | |
download | kutter-b261d31ec57a4cb92e87915addbaf1837799bb23.tar.gz kutter-b261d31ec57a4cb92e87915addbaf1837799bb23.tar.xz kutter-b261d31ec57a4cb92e87915addbaf1837799bb23.zip |
bed_mesh: Add ability to save mesh state to persistent memory
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 29e89a6b..f246cc52 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -189,6 +189,14 @@ 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 + 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 + supplied name. Remove will delete the profile matching the + supplied name from persistent memory. Note that after SAVE or + REMOVE operations have been run the SAVE_CONFIG gcode must be run + to make the changes to peristent memory permanent. ## Z Tilt |