diff options
author | Randell Hodges <rhodges@taxfodder.com> | 2021-08-17 14:30:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 15:30:14 -0400 |
commit | f313a2294a2ed575a18e2490731cecba9bc1f685 (patch) | |
tree | 7beec97dc3e06d52e7bde612b8c6b7f5b4afc3c8 /docs | |
parent | 8ad5cbfff594b6cc7ca1db04585aa20596923ac2 (diff) | |
download | kutter-f313a2294a2ed575a18e2490731cecba9bc1f685.tar.gz kutter-f313a2294a2ed575a18e2490731cecba9bc1f685.tar.xz kutter-f313a2294a2ed575a18e2490731cecba9bc1f685.zip |
bed_mesh: Added PROFILE name option (#4522)
Added optional PROFILE parameter to allow bed_mesh_calibrate to
save the mesh directly into the provided profile name instead of
default. If omitted, it will be stored in default.
Signed-off-by: Randell L Hodges <rhodges@taxfodder.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Bed_Mesh.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md index a13482fa..aebcc21b 100644 --- a/docs/Bed_Mesh.md +++ b/docs/Bed_Mesh.md @@ -347,13 +347,17 @@ are identified in green. ### Calibration -`BED_MESH_CALIBRATE METHOD=[manual | automatic] [<probe_parameter>=<value>] +`BED_MESH_CALIBRATE PROFILE=name METHOD=[manual | automatic] [<probe_parameter>=<value>] [<mesh_parameter>=<value>]`\ +_Default Profile: default_\ _Default Method: automatic if a probe is detected, otherwise manual_ -Initiates the probing procedure for Bed Mesh Calibration. If `METHOD=manual` -is selected then manual probing will occur. When switching between automatic -and manual probing the generated mesh points will automatically be adjusted. +Initiates the probing procedure for Bed Mesh Calibration. + +The mesh will be saved into a profile specified by the `PROFILE` parameter, +or `default` if unspecified. If `METHOD=manual` is selected then manual probing +will occur. When switching between automatic and manual probing the generated +mesh points will automatically be adjusted. It is possible to specify mesh parameters to modify the probed area. The following parameters are available: |