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

[BFW-5083] gcode: Fix buzzer issue by adding a wait for play time #3686

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

bkerler
Copy link
Contributor

@bkerler bkerler commented Jan 15, 2024

This fix addresses issue #3660.

The M300 command didn't wait for the time the buzzer should play due to asynchronous (non-blocking) handling, leading to all tones played at once. Adding a dwell now fixes this issue and does play each tone in the correct sequence and time frame.

@bkerler bkerler changed the title Fix buzzer issue by adding a wait for play time gcode: Fix buzzer issue by adding a wait for play time Jan 15, 2024
@CZDanol
Copy link
Contributor

CZDanol commented Feb 15, 2024

Internal ticket number: BFW-5083

@danopernis danopernis changed the title gcode: Fix buzzer issue by adding a wait for play time [BFW-5083] gcode: Fix buzzer issue by adding a wait for play time Apr 29, 2024
@danopernis danopernis merged commit 8fa3b4c into prusa3d:master Apr 29, 2024
1 check passed
@bkerler bkerler deleted the buzzer_issue branch April 29, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants