ソースを参照

Remove "the click" comments

Scott Lahteine 8年前
コミット
42dcc3bf50

+ 1
- 1
Marlin/pins_3DRAG.h ファイルの表示

@@ -86,7 +86,7 @@
86 86
   #undef BTN_ENC
87 87
   #define BTN_EN1 16
88 88
   #define BTN_EN2 17
89
-  #define BTN_ENC 23 //the click
89
+  #define BTN_ENC 23
90 90
 
91 91
 #else
92 92
 

+ 1
- 1
Marlin/pins_ELEFU_3.h ファイルの表示

@@ -87,11 +87,11 @@
87 87
 
88 88
   #define BTN_EN1          14
89 89
   #define BTN_EN2          39
90
-  #define BTN_ENC          15  //the click
91 90
 
92 91
   #define BLEN_C            2
93 92
   #define BLEN_B            1
94 93
   #define BLEN_A            0
94
+  #define BTN_ENC          15
95 95
 
96 96
 #endif // RA_CONTROL_PANEL
97 97
 

+ 1
- 1
Marlin/pins_GEN7_CUSTOM.h ファイルの表示

@@ -86,5 +86,5 @@
86 86
 //buttons are directly attached
87 87
 #define BTN_EN1 11
88 88
 #define BTN_EN2 10
89
-#define BTN_ENC 12  //the click
89
+#define BTN_ENC 12
90 90
 

+ 4
- 4
Marlin/pins_MEGACONTROLLER.h ファイルの表示

@@ -113,11 +113,11 @@
113 113
   //#define LCD_SCREEN_ROT_90
114 114
   //#define LCD_SCREEN_ROT_180
115 115
   //#define LCD_SCREEN_ROT_270
116
-  //The encoder and click button
116
+
117 117
   #define BTN_EN1 48
118 118
   #define BTN_EN2 11
119
-  #define BTN_ENC 10  //the click switch
120
-  //not connected to a pin
119
+  #define BTN_ENC 10
120
+
121 121
   #define SD_DETECT_PIN 49
122
-#endif //Minipanel
122
+#endif // MINIPANEL
123 123
 

+ 1
- 1
Marlin/pins_MEGATRONICS_2.h ファイルの表示

@@ -101,9 +101,9 @@
101 101
 // Buttons are directly attached using keypad
102 102
 #define BTN_EN1 61
103 103
 #define BTN_EN2 59
104
-#define BTN_ENC 43 //the click
105 104
 
106 105
 #define BLEN_C 2
107 106
 #define BLEN_B 1
108 107
 #define BLEN_A 0
109 108
 
109
+#define BTN_ENC 43

+ 1
- 1
Marlin/pins_PRINTRBOARD.h ファイルの表示

@@ -132,7 +132,7 @@
132 132
   //The encoder and click button (FastIO Pins)
133 133
   #define BTN_EN1 26
134 134
   #define BTN_EN2 27
135
-  #define BTN_ENC 47  //the click switch
135
+  #define BTN_ENC 47
136 136
 
137 137
   #define SDSS 45
138 138
   #define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)

+ 1
- 1
Marlin/pins_PRINTRBOARD_REVF.h ファイルの表示

@@ -136,7 +136,7 @@
136 136
   //The encoder and click button (FastIO Pins)
137 137
   #define BTN_EN1 26
138 138
   #define BTN_EN2 27
139
-  #define BTN_ENC 47  //the click switch
139
+  #define BTN_ENC 47
140 140
 
141 141
   #define SDSS 45
142 142
   #define SD_DETECT_PIN -1 // FastIO (Manual says 72 I'm not certain cause I can't test)

+ 2
- 2
Marlin/pins_RAMBO.h ファイルの表示

@@ -127,11 +127,11 @@
127 127
     //buttons are directly attached using AUX-2
128 128
     #define BTN_EN1 76
129 129
     #define BTN_EN2 77
130
-    #define BTN_ENC 78  //the click
131 130
 
132 131
     #define BLEN_C 2
133 132
     #define BLEN_B 1
134 133
     #define BLEN_A 0
134
+    #define BTN_ENC 78
135 135
 
136 136
     #define SD_DETECT_PIN 81 // Ramps doesn't use this
137 137
 
@@ -179,7 +179,7 @@
179 179
   //The encoder and click button
180 180
   #define BTN_EN1 85
181 181
   #define BTN_EN2 84
182
-  #define BTN_ENC 83  //the click switch
182
+  #define BTN_ENC 83
183 183
 
184 184
   #define SD_DETECT_PIN -1 // Pin 72 if using easy adapter board
185 185
 

+ 1
- 1
Marlin/pins_RAMPS_14.h ファイルの表示

@@ -256,7 +256,7 @@
256 256
       //The encoder and click button
257 257
       #define BTN_EN1 40
258 258
       #define BTN_EN2 63
259
-      #define BTN_ENC 59  //the click switch
259
+      #define BTN_ENC 59
260 260
       //not connected to a pin
261 261
       #define SD_DETECT_PIN 49
262 262
 

+ 1
- 1
Marlin/pins_ULTIMAIN_2.h ファイルの表示

@@ -89,10 +89,10 @@
89 89
 //buttons are directly attached
90 90
 #define BTN_EN1 40
91 91
 #define BTN_EN2 41
92
-#define BTN_ENC 19  //the click
93 92
 
94 93
 #define BLEN_C 2
95 94
 #define BLEN_B 1
96 95
 #define BLEN_A 0
96
+#define BTN_ENC 19
97 97
 
98 98
 #define SD_DETECT_PIN 39

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