-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
NOZZLE_AS_PROBE ABL regression #16410
Comments
Apologies for filing a duplicate. For the time being I'm just reverting that commit. I'll keep an eye out for when that branch will be merged. |
closing since its a dublicate |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following commit ( in Marlin 2.0.1 and bugfix-2.0.x ) causes a regression with ABL (bilinear):
1c9ccce (#15929)
Relevant configuration:
I have this specifically on an Ender 3 Pro with the SKR mini E3 board.
With that commit applied, my 9 point grid is clustered absurdly closely to each other in the center of the board, almost as-if MIN_PROBE_EDGE had been set to 80 or something along those lines.
Reverting 1c9ccce on 2.0.1 returns behavior to normal, so that definitively confirms 1c9ccce is causing this issue.
And on a sidenote shouldn't MIN_PROBE_EDGE default to max(abs(NOZZLE_TO_PROBE_OFFSET[X]),abs(NOZZLE_TO_PROBE_OFFSET[Y]))
The text was updated successfully, but these errors were encountered: