Parcourir la source

VORON Add LCD option BEEP_ON_FEEDRATE_CHANGE (#12822)

Ludy il y a 5 ans
Parent
révision
de4561c980
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7
    0
      Marlin/src/config/examples/VORONDesign/Configuration_adv.h

+ 7
- 0
Marlin/src/config/examples/VORONDesign/Configuration_adv.h Voir le fichier

@@ -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
 

Chargement…
Annuler
Enregistrer