Browse Source

Better comments on DOUBLE_CLICK_TIME_WINDOW

Roxy-3D 8 years ago
parent
commit
7e607b06eb
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      Marlin/Configuration_adv.h

+ 4
- 1
Marlin/Configuration_adv.h View File

1131
  * to the Z-BabyStepping menu.
1131
  * to the Z-BabyStepping menu.
1132
  */
1132
  */
1133
 //#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
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…
Cancel
Save