Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12774)

This commit is contained in:
Kaushik Vemparala
2019-01-04 20:30:08 -05:00
committed by Scott Lahteine
parent d372e7e477
commit ba7e35cbab
65 changed files with 471 additions and 20 deletions

View File

@ -596,6 +596,13 @@
#define ENCODER_100X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 100x speed
#endif
// Play a beep when the feedrate is changed from the Status Screen
//#define BEEP_ON_FEEDRATE_CHANGE
#if ENABLED(BEEP_ON_FEEDRATE_CHANGE)
#define FEEDRATE_CHANGE_BEEP_DURATION 10
#define FEEDRATE_CHANGE_BEEP_FREQUENCY 440
#endif
// Include a page of printer information in the LCD Main Menu
//#define LCD_INFO_MENU