-
-
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
Z-Probe failed to retract! on Endstop hit #3717
Comments
What is you setting for |
It's enabled! |
That makes it worse. :-( https://github.com/MarlinFirmware/Marlin/blob/RCBugFix/Marlin/endstops.cpp#L304-L337 |
If I dedicate a PIN to the probe, can it bypass the issue? |
Tested with |
Having the same behavior with a dedicated PIN for the probe
|
What version/branch do you use? If RCBugFix - Is #3672 in or not? That would help us to derermin where to search for the problem. |
I have a DyzEnd hotend, I run on DyzeDesign/Marlin/tree/DYZE-1.1.0_RC-6 |
Looked up https://github.com/DyzeDesign/Marlin/commits/DYZE-1.1.0_RC-6. |
Yes it's very close to RC6. |
What are your settings for
Not having disabled min-endstops could be an other source for the problem on a delta. |
Ok, I did a funny test, at anytime during stowing, if I trigger the probe it instantly stop going further down. BUT, if I cold unplug the Endstop from the motherboard instead it stow successfully. But I get the following error only:
I would have expected manually triggering or unplugging the probe to produce the same behavior. |
That's normal. Because a Allen Key Probe is triggered when stowed, we can check if it is successfully stowed. If there is no signal we get this message. Here the pin is tested directly. This has nothing to do with the endstop tests in the IRQ what cause the early stop of stowing the probe and the shift in the coordinate system. Successfully stowing the probe is possible because the z-min-endstop can't be trigged. |
Closing due to merged patch #3828. |
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. |
On a Delta with Allen Key Probe. While stowing the probe, as soon as the Z_MIN Endstop get hit the head stop going down and go back up in position failing to stow the key. It's look like the process of stowing is interpreted as if the probe as hit the bed and cannot go down further. The Z minmax get adjusted and the head cannot go bellow the newly detected Z limit until restarted.
Following error message is shown:
Note that my actual Z limit should be 296.5, not 246.51
My Configuration:
The text was updated successfully, but these errors were encountered: