🎨 Power-off tone followup (#22222)

This commit is contained in:
Cytown
2021-06-26 03:50:09 +08:00
committed by GitHub
parent 500b7872fb
commit f399706911
2 changed files with 9 additions and 4 deletions

View File

@@ -101,10 +101,6 @@ void GcodeSuite::M81() {
#endif
#endif
#if ENABLED(PS_OFF_SOUND)
BUZZ(1000, 659);
#endif
safe_delay(1000); // Wait 1 second before switching off
#if HAS_SUICIDE