-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Possible to drag nozzle across bed when homing X or Y axis individually. #298
Comments
The issue is mentioned in the PR. With this change, the z axis would be marked as homed and will have an impact with non successful prints due to Conditional G28. |
When you cancel a print, why would you only home two of the three axes? They would all already be homed and conditional G28 would not attempt to re-home any axis. I'm genuinely confused on how this situation could reasonably occur. I just can't see a scenario where only 2 of the axes need to be homed before a print but not Z. I've been running the code in this PR since I opened it and it hasn't ever behaved in that manner with G28 or CG28 calls in any combo I've seen. |
@Surion79 Ok I understand now, see my comments on the PRs regarding this. |
currently on Hold until the PR on klipper is "done" |
This happens to me, then I get a CAN bus timeout during QGL. When I restart it drags the head across the deck as it homes X,Y. |
Klippain branch
Version
V4.1.1 release
Describe the bug and expected behavior
As I understand it, It's possible to drag nozzle across bed when homing X or Y axis individually and the Z axis height is lower than the "homing_zhop" value due to a lack of checks in the XY homing logic.
I'm submitting a PR to fix this and I've tested it on my machine. I'm not a Klipper guru and I could be making a mistake. Since we're messing with motion safety, I'd like confirmation testing from someone before you go to merge it.
The text was updated successfully, but these errors were encountered: