Skip to content
Snippets Groups Projects
Commit 7e607b06 authored by Roxy-3D's avatar Roxy-3D Committed by GitHub
Browse files

Better comments on DOUBLE_CLICK_TIME_WINDOW

parent 584d147a
Branches
Tags
No related merge requests found
...@@ -1131,7 +1131,10 @@ ...@@ -1131,7 +1131,10 @@
* to the Z-BabyStepping menu. * to the Z-BabyStepping menu.
*/ */
//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING //#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done. #define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done in miliseconds.
// Please notice this time must be a little bit longer than what
// is actually desired because there is some latency in detecting a
// change in LCD Panel Button Status.
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment