Skip to content

Commit

Permalink
🎨 Power-off tone followup (MarlinFirmware#22222)
Browse files Browse the repository at this point in the history
  • Loading branch information
cytown authored and AlexColello committed Jan 14, 2022
1 parent ddc1dd7 commit 5619c25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Marlin/src/gcode/control/M80_M81.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5619c25

Please sign in to comment.