🎨 Power-off tone followup (#22222)

This commit is contained in:
Cytown
2021-10-02 22:31:17 -05:00
committed by Scott Lahteine
parent 765b2b43f6
commit 3a82b8a251
-4
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