-
-
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] Probe vs Nozzle position limitation in Mesh Levelling #16664
Comments
Based on the symptoms I suspect you are using probably Marlin 2.0.1 release? There is a problem with min probe edge doubling #16367 which is fixed in the bugfix-2.0.x branch. So try changing to the bugfix branch as it's newer than the 2.0.1 release and has the edge issue fixed. |
Seem legit, I was on the 2.0.x but not on the more recent one. I'll check this as soon as possible (every printer are working right now). |
a lot of updates and fixing has happend in the last week, is the problem still there? |
Lack of Activity |
Hello newer branch did indeed correct the problem tanks a lot for your listening. |
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. |
Bug Description
In bed levelling (G29) the movement are limited to (X_MAX_POS - 10) instead of (X_MAX_POS) resulting in non symetrical mesh measurement if your prob offset make your pose to go further than this.
My Configurations
config.zip
Steps to Reproduce
Expected behavior:
Mesh probe point should limit the nozzle position to MAX_POS
The probe position should be limited by bed dimension and min probe egde (not the nozzle position)
Actual behavior: [What actually happens]
Mesh probe point limits the nozzle position to MAX_POS - 10 (MIN_PROBE_EDGE ?)
Additional Information
I haven't test if the problem occure with Y or with MIN_POS when probe is a positive number.
I tested
The text was updated successfully, but these errors were encountered: