diff options
Diffstat (limited to 'docs/Bed_Mesh.md')
-rw-r--r-- | docs/Bed_Mesh.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/Bed_Mesh.md b/docs/Bed_Mesh.md index c8d744fe..9956de9c 100644 --- a/docs/Bed_Mesh.md +++ b/docs/Bed_Mesh.md @@ -497,7 +497,8 @@ _Default Adaptive Margin: 0_ Initiates the probing procedure for Bed Mesh Calibration. -The mesh will be saved into a profile specified by the `PROFILE` parameter, +The mesh will be immediately ready to use when the command completes and saved +into a profile specified by the `PROFILE` parameter, or `default` if unspecified. The `METHOD` parameter takes one of the following values: @@ -561,6 +562,10 @@ load the `default` profile it is recommended to add `BED_MESH_PROFILE LOAD=default` to either their `START_PRINT` macro or their slicer's "Start G-Code" configuration, whichever is applicable. +Note that this is not required if a new mesh is generated with +`BED_MESH_CALIBRATE` in the `START_PRINT` macro or the slicer's "Start G-Code" +and may produce unexpected results, especially with adaptive meshing. + Alternatively the old behavior of loading a profile at startup can be restored with a `[delayed_gcode]`: |