Add startup chime, endstop beep and extremely annoying thermal runaway warning sound, since the touchscreen can not display an error message.
This commit is contained in:
@@ -141,10 +141,9 @@ void AnycubicTouchscreenClass::Setup()
|
||||
FilamentSensorEnabled = true;
|
||||
|
||||
#ifdef STARTUP_CHIME
|
||||
buzzer.tone(250, 554); // C#5
|
||||
buzzer.tone(250, 740); // F#5
|
||||
buzzer.tone(250, 554); // C#5
|
||||
buzzer.tone(500, 831); // G#5
|
||||
buzzer.tone(100, 554);
|
||||
buzzer.tone(100, 740);
|
||||
buzzer.tone(100, 831);
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user