-
Notifications
You must be signed in to change notification settings - Fork 185
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
STARTUP_CHIME Anycubic Meg #126
Comments
Hi, do you mean restoring the original song after having enabled the The chime is defined in here: The original tune is to be found here: I haven't heard the tune in a long time, but I think the rhythm went something like this:
|
Thank you very much I didn't expect you to respond so fast. I adjusted the tones slightly to better match the song you can see below but the problem I'm having I'm getting a pause at the third note any ideas what's causing the pause?
buzzer.tone(250, 2794); // F7
buzzer.tone(250, 2093); // C7
buzzer.tone(250, 2349); // D7
buzzer.tone(250, 2637); // E7
buzzer.tone(250, 2349); // D7
buzzer.tone(500, 3136); // G7
buzzer.tone(500, 3520); // A7
… On Dec 21, 2021, at 6:03 AM, David Ramiro ***@***.***> wrote:
buzzer.tone(150, 2794); // F7
buzzer.tone(150, 2093); // C7
buzzer.tone(150, 2217); // D7
buzzer.tone(150, 2349); // E7
buzzer.tone(300, 2217); // D7
buzzer.tone(300, 3136); // G7
buzzer.tone(600, 3520); // A7
|
Hi I would like to change theSTARTUP_CHIME back to the original Anycubic STARTUP_CHIME. I have enabled and located the section in the file but for the life of me I can't figure out how to change it.
Any help would be appreciated
Thanks
The text was updated successfully, but these errors were encountered: