Power-off confirm / beep options (#22191)

This commit is contained in:
Cytown
2021-06-24 00:40:32 +08:00
committed by Scott Lahteine
parent ecb625a666
commit 9741be5966
6 changed files with 28 additions and 2 deletions

View File

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