Skip to content
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

Open
1 task done
austinrdennis opened this issue Sep 15, 2023 · 6 comments · May be fixed by #299
Open
1 task done

Possible to drag nozzle across bed when homing X or Y axis individually. #298

austinrdennis opened this issue Sep 15, 2023 · 6 comments · May be fixed by #299
Labels
bug Something isn't working On hold No works will be done on this at the moment tracking This issue is tracked and work will be done

Comments

@austinrdennis
Copy link
Contributor

austinrdennis commented Sep 15, 2023

Klippain branch

  • I confirm using the main 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.

@austinrdennis austinrdennis added bug Something isn't working triage This is a new issue to be sorted (automatic label) labels Sep 15, 2023
@austinrdennis austinrdennis linked a pull request Sep 15, 2023 that will close this issue
@Frix-x Frix-x removed the triage This is a new issue to be sorted (automatic label) label Sep 17, 2023
@Surion79
Copy link
Contributor

Surion79 commented Nov 6, 2023

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.

@austinrdennis
Copy link
Contributor Author

austinrdennis commented Nov 10, 2023

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.

@austinrdennis
Copy link
Contributor Author

austinrdennis commented Nov 10, 2023

@Surion79 Ok I understand now, see my comments on the PRs regarding this.

@austinrdennis
Copy link
Contributor Author

austinrdennis commented Nov 11, 2023

@Frix-x I think we came to a natural stopping point on this one and it's up to you to make a judgment call on whether to implement PR #299 or leave the homing override as is.

@Surion79 Surion79 added the On hold No works will be done on this at the moment label Dec 2, 2023
@Surion79
Copy link
Contributor

Surion79 commented Dec 2, 2023

currently on Hold until the PR on klipper is "done"

@Surion79 Surion79 linked a pull request Dec 2, 2023 that will close this issue
@dpeart
Copy link

dpeart commented Dec 8, 2023

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.

@Frix-x Frix-x added the tracking This issue is tracked and work will be done label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working On hold No works will be done on this at the moment tracking This issue is tracked and work will be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants