-
-
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
[FR] Add sanity check for Z_STEPPER_ALIGN_XY #16170
Comments
@boelle this can get closed. This can now be calculated at runtime as well eliminating the need to set the variable in most cases. It can also be overridden with M422. |
When No coordinates are entered it will compile and upload, but when You try to execute a Z-leveling (G34) You get an Error. (Probing failed) Note that Auto Bed leveling works fine... What I want to say is I have basically entered what leaving the coordinates commented out should have assumed. My Probe limits are: #define MIN_PROBE_EDGE 25 #define X_BED_SIZE 215 #define X_MIN_POS 0 |
I am using I am on about a month old version of bugfix however, so maybe this is only in newer versions. |
I am the same as @randellhodges. Three point auto-selection is fine for me, although also slightly older. Try enabling DEBUG_LEVELING_FEATURE (and enable prints with the gcode in the comment next to it), and see if it reports the points it is trying to use. It would be better to continue discussing this over on discord or another support forum to help figure out if it is a configuration issue or a bug. If it is a bug it should be reported as a me issue and not tracked onto a closed one. |
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. |
Description
Currently, setting coordinates in
Z_STEPPER_ALIGN_XY
that cannot be reached by the probe (due to a probe offset, for example) compiles successfully but fails duringG32
.I'm suggesting adding a sanity check to make sure Z_STEPPER_ALIGN_XY is valid for the currently set bed size and probe offset.
The text was updated successfully, but these errors were encountered: