浏览代码

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
 /**

正在加载...
取消
保存