Clean up and finish #5887
This commit is contained in:
@ -1128,17 +1128,12 @@
|
||||
*/
|
||||
//#define EXTENDED_CAPABILITIES_REPORT
|
||||
|
||||
|
||||
/**
|
||||
* Double Clicking of LCD Panel's Encoder Wheel while at the Status Screen will jump
|
||||
* to the Z-BabyStepping menu.
|
||||
* Double-click the Encoder button on the Status Screen for Z Babystepping.
|
||||
*/
|
||||
//#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.
|
||||
|
||||
//#define DOUBLECLICK_FOR_Z_BABYSTEPPING
|
||||
#define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
|
||||
// Note: You may need to add extra time to mitigate controller latency.
|
||||
|
||||
/**
|
||||
* Volumetric extrusion default state
|
||||
|
Reference in New Issue
Block a user