瀏覽代碼

Better comments on DOUBLE_CLICK_TIME_WINDOW

Roxy-3D 8 年之前
父節點
當前提交
7e607b06eb
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      Marlin/Configuration_adv.h

+ 4
- 1
Marlin/Configuration_adv.h 查看文件

@@ -1131,7 +1131,10 @@
1131 1131
  * to the Z-BabyStepping menu.
1132 1132
  */
1133 1133
 //#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
1134
-#define DOUBLE_CLICK_TIME_WINDOW 1250   // How quickly the double click must be done.
1134
+#define DOUBLE_CLICK_TIME_WINDOW 1250   // How quickly the double click must be done in miliseconds.
1135
+                                        // Please notice this time must be a little bit longer than what
1136
+                                        // is actually desired because there is some latency in detecting a
1137
+                                        // change in LCD Panel Button Status.
1135 1138
 
1136 1139
 
1137 1140
 /**

Loading…
取消
儲存