From 48d862377a488fa24fe2845cab47f505b3bae3e9 Mon Sep 17 00:00:00 2001
From: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date: Tue, 21 Feb 2017 18:04:31 -0700
Subject: [PATCH] Double Click of Encoder Wheel Jumps to Z-BabyStepping

---
 Marlin/Configuration_adv.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h
index 42b6d06349d..549816877f9 100644
--- a/Marlin/Configuration_adv.h
+++ b/Marlin/Configuration_adv.h
@@ -1126,6 +1126,14 @@
 //#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.
+
+
 /**
  * Volumetric extrusion default state
  * Activate to make volumetric extrusion the default method,