Add optional endstop beeps

Enable ENDSTOP_BEEP in Configuration.h to enable a 2KHz beep when endstops are hit. Disabled by default.
This commit is contained in:
David Ramiro
2019-03-25 19:15:28 +01:00
parent 9c133f5c05
commit a2c47b53c2
2 changed files with 30 additions and 0 deletions

View File

@@ -1526,6 +1526,13 @@
//
//#define STARTUP_CHIME
//
// ENDSTOP BEEP
//
// Short 2KHz beep when endstops are hit
//
//#define ENDSTOP_BEEP
//
// The duration and frequency for the UI feedback sound.
// Set these to 0 to disable audio feedback in the LCD menus.