-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Auto bed level MIN_PROBE_EDGE issue #16631
Comments
Give |
Thanks from saving me from looking this up. I thought that fix was already in 2.0.1, but I guess it came later. There's another open issue that looks like it as well. |
Same issue as mine #16629 |
Configurations, please |
I am assuming this issue is already fixed, unless someone confirms they have problems using the latest state of bugfix-2.0.x. |
closing as assumed fix we can reopen later if OP decides to come alive and post configs |
Sorry, didn’t get any notifications that there were posts. Seems like the issue was resolved in the 2.0.x bugfix. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am running an SKR e3 Mini v1.2 on my Ender 3 pro.
I have compiled Marlin 2.0.1 and most functions are working correctly.
I am trying to set the Min Probe edge to have a more symmetrical probing grid.
However, it seems that the below function is DOUBLING the value for some reason.
My probe offset is X=-45/Y=-10.
When I have MIN_PROBE_EDGE_LEFT set to 15, the first probing point occurs at X=75 (15x2+45).
This multiplication occurs for only for the MIN_PROBE_EDGE LEFT and RIGHT values.
FRONT and BACK work perfectly.
I can't seem to get to the bottom of this.
The text was updated successfully, but these errors were encountered: