-
Notifications
You must be signed in to change notification settings - Fork 82
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
[FR] Add M300 (Play Tone) support #20
Comments
Yes, I'd like this as well. My BIQU B1 has a speaker as well and I added end-gcode when a print is finished. Will pick this up as part of the extui porting efforts. |
Is there a speaker in the CR6 SE? |
Fully implemented on extui branch |
Yes, and no. There is a speaker in the screen and we can ask the screen to beep for a number of time units (8ms minimum). We can't change the pitch though. |
Ready for next release. |
Description
Since this printer is very quiet, adding a little sound at the end of the gcode it's a nice touch.
I tried building the firmware with #define SPEAKER enabled in configuration.h file, but when sending an M300 to the printer, the console outputs an "unknown command", with no sound played at all.
While trying to search for some fixes among the files, the only thing I was able to understand is that there is no beeper reference in pins_CREALITY_V452.h file, if that can help.
The text was updated successfully, but these errors were encountered: