Will the Mesh X Maximum Inset be fixed in the next update? #918
classicrocker883
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Currently, the mesh area is the area taken into account for leveling, points outside of the mesh area are extrapolated from the points on the mesh edge. The maximum mesh area is formed from the probing reachable area. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this was brought up before, but the
Mesh Inset
doesn't exactly save after restart. I think it will save only if the value is greater forMin
, and less than forMax
, but the main concern isMesh X Maximum
in the Mesh Inset menu. Having a probe automatically sets this value to (X Bed Size - probe.offset.x). for example 230 - 45. if 230 is max X and 45 is probe offset. so the mesh Inset becomes 185 in order so it can probe the whole bed, basically that is the max point it is able to probe.however this effects the actual Mesh, and squishes the mesh so it's not able to contain the whole bed. because if G29 P3 is used to probe for the bed Mesh, it automatically fills in the points (for instance the last row it could not otherwise because of the limitation of the bed size and probe offset) with great accuracy.
so it's fine if the probe doesn't reach all the points of the bed, specifically where probe X offset.
is the fix going to be in the next release? where the values can be saved after restart? or whatever math which makes up those values is done away with?
Beta Was this translation helpful? Give feedback.
All reactions