Browse Source

VORON Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12822)

Ludy 5 years ago
parent
commit
de4561c980
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/config/examples/VORONDesign/Configuration_adv.h

+ 7
- 0
Marlin/src/config/examples/VORONDesign/Configuration_adv.h View File

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

Loading…
Cancel
Save