VORON Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12822)

This commit is contained in:
Ludy 2019-01-05 21:12:05 +01:00 committed by Scott Lahteine
parent 917cf3c7f0
commit de4561c980

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