mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 05:48:43 +00:00
VORON Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12822)
This commit is contained in:
parent
917cf3c7f0
commit
de4561c980
@ -596,6 +596,13 @@
|
|||||||
#define ENCODER_100X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 100x speed
|
#define ENCODER_100X_STEPS_PER_SEC 80 // (steps/s) Encoder rate for 100x speed
|
||||||
#endif
|
#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
|
// Include a page of printer information in the LCD Main Menu
|
||||||
//#define LCD_INFO_MENU
|
//#define LCD_INFO_MENU
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user