Skip to content
Snippets Groups Projects
Commit de4561c9 authored by Ludy's avatar Ludy Committed by Scott Lahteine
Browse files

VORON Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12822)

parent 917cf3c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment