-
-
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
Disable Axis and Z Safe Home Clash #4707
Comments
That behaviour does look as if you are not using a recent RC or RCBugFix. |
Would these be the release candidates listed as "Not for production use – use with caution!"? I'm using the "latest release" 1.0.2-1 |
Yes. |
@Nocturnal42 Neither do we. So I'm curious. What are your configured settings for |
@thinkyhead I left most things things at their defaults. I can't find
|
Change |
@thinkyhead Tried it. Had zero effect on the stated issue. |
I'm not joking. There was an error in 1.0.2-1. It's fixed now. |
I concur with @Blue-Marlin. This is a bug apparently in |
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. |
So this one took me a while to figure out, but basically, having an axis set to disable when "inactive" will lead to issues with z home. For example
G28
G29
or
G28 X0 Y0
G28 Z0
Will both lead to the unhelpful "Home X/Y before Z" error. Personally, I don't consider the time it takes to move from one instruction to the next as inactivity, but there it is. Plus this comment
// - Allow Z homing only after X and Y homing AND stepper drivers still enabled
While helping to enlighten me as to what was going on, did not actually inform of the clash while I was making my configuration choices.
P.S. Thanks for the software, I'd be very unhappy without it.
The text was updated successfully, but these errors were encountered: