-
-
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] Runout sensor requires manual turn on after triggering #16161
Comments
That menu item toggles the state if the sensor is currently off. It probably needs a condition added to either never or always show it next to continue for motion monitoring sensors, since input state cannot be used directly there. |
My hack. Is it correct?
|
I think it is old bug. M119 is not in sync with FIL_RUNOUT_INVERTING, and the whole runout code behaviouring is inverted. |
Its going to need a bit more than that as the extui handler needs updating as well to take 3 potential responses for runout in case of the encoder style and it needs to be set for only the encoder style. |
Where MSG_RUNOUT_SENSOR0 is a reminder to activate sensor. But if I start print with unactivated sensor, it calls pause but does not allow to turn on sensor... |
see PR #16230 it should fix that |
Thanx! It fixes problem with start printing pause ( when I forget to close sensor ) BTW No beeps on filament change! How to make it beep as set in Configuration_adv ? |
New problem So ACTION_ITEM(MSG_FILAMENT_CHANGE_OPTION_PURGE, []{ pause_menu_response = PAUSE_RESPONSE_EXTRUDE_MORE; }); |
seems this one was solved, if a new issues had surfaced create a new PR for that if this issue is not solved we can reopen |
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. |
Bug Description
I use Runout sensor ( actually 2 in 1, runout and spool loop)
During printing when first triggering I see menu
where I choose extrude more or turn sensor ON.
I press On and it continues printing. But sensor now is actually OFF. And no second triggering is possible until I go to main menu settings and turn on the sensor!
My Configurations
Marlin 2.0 29-nov-2019
skr1.3 lcd MKS mini 12864 V2
TMC2208
Steps to Reproduce
4 force runout to trigger
Expected behavior: [What you expect to happen]
Pause as many times as it triggers
Actual behavior: [What actually happens]
Paused only first triggering
So menu item - turn on sensor - does not do anything. Or does not apply.
Marlin.zip
Additional Information
Yes I can hack it to insert function to menu that will autoturn on sensor
The text was updated successfully, but these errors were encountered: