Browse Source

🎨 Power-off tone followup (#22222)

vanilla_fb_2.0.x
Cytown 3 years ago
committed by Scott Lahteine
parent
commit
3a82b8a251
  1. 4
      Marlin/src/gcode/control/M80_M81.cpp

4
Marlin/src/gcode/control/M80_M81.cpp

@ -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

Loading…
Cancel
Save