Merge pull request #5887 from Roxy-3D/RCBugFix

Double Click of Encoder Wheel Jumps to Z-BabyStepping
This commit is contained in:
Roxy-3D
2017-03-01 17:15:02 -07:00
committed by GitHub
2 changed files with 32 additions and 2 deletions

View File

@@ -1129,6 +1129,17 @@
//#define EXTENDED_CAPABILITIES_REPORT
/**
* Double Clicking of LCD Panel's Encoder Wheel while at the Status Screen will jump
* to the Z-BabyStepping menu.
*/
//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
#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.
/**
* Volumetric extrusion default state
* Activate to make volumetric extrusion the default method,