-
-
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
[BUG] No beeps during filament change in latest bugfix-2.0.x #13564
Comments
Same here, also I don't know if this is new, but the hotend doesn't cool down afterwards. |
@boelle Sorry for my response. I just tested the latest bugfix-2.0.x and it's still an issue. |
@rmoravcik i assume this is still an issue? last time i had a filement sensor and had it enabled in firmware there was plenty of beebs but i could test it again, i just need to find the switch again or print a new one |
This is indeed still an issue (referring to filament change as commanded by |
so e604f76 broke it or was it the last commit where it worked? |
Neither -- I am at e604f76, and filament-change-beeping does not work here. No idea when it broke. |
As I stated in the report, it was broken by commit 9a515cb |
The problem was fixed in bugfix-2.0.x by #15783. |
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. |
Hi all,
I'm using the latest bugfix-2.0.x and Marlin stopped generating beeps during filament change after commit 9a515cb.
I was looking to the code, and it seems, that pause_mode variable from src/feature/pause.cpp is always set to PAUSE_MODE_PAUSE_PRINT and filament_change_beep() function will always exiting without beeps.
@thinkyhead Could you please have a look to it? It seems you were trying to fix beeps in some way.
Thank you,
Roman
The text was updated successfully, but these errors were encountered: