-
-
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
AUTO_BED_LEVELING_3POINT manual probe positions ignored #17870
Comments
The conditional check needs all three points to be defined fully (both X and Y), you can't define part of them. |
Now patched with a better sanity check. |
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. |
Marlin.zip
Bug Description
When using AUTO_BED_LEVELING_3POINT and setting the XY in
manual probe positions are ignored.
the standard 3 point probe positions cause the furthest Y coordinate to probe off the back of my bed.
G1 X15 Y125 is as far back as I can go.
when the manaual probe position is set to
G29 ignores #define PROBE_PT_1_Y 125 and still probes at Y180
Marlin.zip
The text was updated successfully, but these errors were encountered: