bed mesh calibration if a `[bed_mesh]` section is detected in your config. The following additional configuration options are available from [globals.cfg](globals.cfg#L5). * `variable_probe_mesh_padding` - Extra padding around the rectangle defined by `MESH_MIN` and `MESH_MAX`. * `variab...
Adaptive meshing avoids saving the mesh after calibration to prevent users from inadvertently overwriting an existing profile with an adaptive mesh. This introduced a change in behavior of how get_status() reports the profile_name, as it can now be an empty string when a mesh is active. This...