-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] "Error:Probing Failed" is sent over serial even if G29_RETRY_AND_RECOVER is enabled #17730
Comments
Is Octoprint configured to panic when it sees the word "Error"? If so, try disabling that option. |
@thinkyhead I see that |
@thinkyhead BTW this is the OctoPrint's setting you mentioned, "Disconnect" and "Send M112" are set by default |
@o-nix still an issue? |
@boelle uhm, of course. Wrong error reporting logic. I overrided it manually by commenting the line inmy local Marlin sources. |
So, I confirmed that it is still an issue and you are closing it? |
yes please, we welcome PR's |
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. |
STR:
G29_RETRY_AND_RECOVER
is enabled andG29_MAX_RETRIES
set to 3,G29_HALT_ON_FAILURE
is disabledM112
immediatelyER: G29 routine is restarted
AR: the printer is halted
FIX: lift probe error logic on the layer above by commenting or guarding the following line
Marlin/Marlin/src/module/probe.cpp
Line 760 in 0518dec
The text was updated successfully, but these errors were encountered: