Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This includes two minor fixes to the behavior of bed_mesh.
Avoid probing additional points for the
zero_reference_position
andfaulty_regions
when the user chooses the "manual" method. Those options aren't useful when probing manually.Fix a reporting regression introduced by the adaptive mesh change. Since we avoid saving the mesh, the value reported in the
profile_name
field will be whatever was previously stored inProfileManger.current_profile
. This is often an empty string, which is leading some frontends to believe that no mesh is loaded. This patch moves profile name tracking to the ZMesh class and generates a placeholder name for adaptive meshes.Kevin, this is likely going to cause a merge conflict with #6459, so if you would like we can hold this PR until its merged and I will resolve the conflicts.