mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
bed_mesh: Add ability to save mesh state to persistent memory
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
144868c600
commit
b261d31ec5
2 changed files with 105 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue