|
@@ -1127,6 +1127,14 @@
|
1127
|
1127
|
|
1128
|
1128
|
|
1129
|
1129
|
/**
|
|
1130
|
+ * Double Clicking of LCD Panel's Encoder Wheel while at the Status Screen will jump
|
|
1131
|
+ * to the Z-BabyStepping menu.
|
|
1132
|
+ */
|
|
1133
|
+//#define DOUBLE_CLICK_JUMPS_TO_Z_BABYSTEPPING
|
|
1134
|
+#define DOUBLE_CLICK_TIME_WINDOW 1250 // How quickly the double click must be done.
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+/**
|
1130
|
1138
|
* Volumetric extrusion default state
|
1131
|
1139
|
* Activate to make volumetric extrusion the default method,
|
1132
|
1140
|
* with DEFAULT_NOMINAL_FILAMENT_DIA as the default diameter.
|