🎨 Power-off tone followup (#22222)

This commit is contained in:
Cytown 2021-06-26 03:50:09 +08:00 committed by Scott Lahteine
parent 765b2b43f6
commit 3a82b8a251

View File

@ -87,10 +87,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