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

fix buzzer sometimes beep continuously when SPEAKER disabled #26278

Merged
merged 5 commits into from
Dec 8, 2024

Conversation

MageDelfador
Copy link
Contributor

Description

When SPEAKER disabled, Buzzer.tick() needs to be executed to stop beeping

Requirements

LCD, Buzzer

Benefits

Fixed the issue of continuous beeping when turning off sound from the LCD menu
Fixed continuous beeping when PID autotune from the LCD menu

Configurations

//#define SPEAKER
#define SOUND_MENU_ITEM
#define PID_AUTOTUNE_MENU

Related Issues

#23556

When SPEAKER disabled and set  ui.sound_on = false while beeping, it is necessary to continue executing tick() to turn off beep.
@thinkyhead thinkyhead merged commit 7e45d56 into MarlinFirmware:bugfix-2.1.x Dec 8, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants