ソースを参照

Double Click of Encoder Wheel Jumps to Z-BabyStepping

Roxy-3D 8年前
コミット
48d862377a
1個のファイルの変更8行の追加0行の削除
  1. 8
    0
      Marlin/Configuration_adv.h

+ 8
- 0
Marlin/Configuration_adv.h ファイルの表示

@@ -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.

読み込み中…
キャンセル
保存