瀏覽代碼

Update Configuration.h

documentation how to disable buzzer feedback
chris-bo 10 年之前
父節點
當前提交
2dfd0e5ce7
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      Marlin/Configuration.h

+ 3
- 2
Marlin/Configuration.h 查看文件

579
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
579
 //#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
580
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
580
 //#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
581
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
581
 //#define ULTIPANEL  //the UltiPanel as on Thingiverse
582
-//#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
583
-//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
582
+#define LCD_FEEDBACK_FREQUENCY_HZ 1000	// this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
583
+#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
584
+                                               // 0 to disable buzzer feedback  
584
 
585
 
585
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
586
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
586
 // http://reprap.org/wiki/PanelOne
587
 // http://reprap.org/wiki/PanelOne

Loading…
取消
儲存