ソースを参照

BLEN_A, B, C are defined in ultralcd headers

Scott Lahteine 8年前
コミット
155def24c6

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

@@ -84,8 +84,4 @@
84 84
 #define BTN_EN2 -1
85 85
 #define BTN_ENC -1
86 86
 
87
-#define BLEN_C 2
88
-#define BLEN_B 1
89
-#define BLEN_A 0
90
-
91 87
 // Cheaptronic v1.0 doesn't use this

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

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

+ 0
- 3
Marlin/pins_FELIX2.h ファイルの表示

@@ -38,9 +38,6 @@
38 38
 
39 39
 #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
40 40
 
41
-  #define BLEN_C 2
42
-  #define BLEN_B 1
43
-  #define BLEN_A 0
44 41
   #define SD_DETECT_PIN 6
45 42
 
46 43
 #endif // NEWPANEL && ULTRA_LCD

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

@@ -92,10 +92,6 @@
92 92
   #define BTN_EN2         64
93 93
   #define BTN_ENC         43
94 94
 
95
-  #define BLEN_C           2
96
-  #define BLEN_B           1
97
-  #define BLEN_A           0
98
-
99 95
   #define SD_DETECT_PIN   -1   // RAMPS doesn't use this
100 96
 
101 97
 #endif // ULTRA_LCD && NEWPANEL

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

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

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

@@ -120,10 +120,6 @@
120 120
 #define BTN_EN2 45
121 121
 #define BTN_ENC 33
122 122
 
123
-#define BLEN_C 2
124
-#define BLEN_B 1
125
-#define BLEN_A 0
126
-
127 123
 #if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
128 124
   #define LCD_PINS_RS     56 // CS chip select / SS chip slave select
129 125
   #define LCD_PINS_ENABLE 51 // SID (MOSI)

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

@@ -105,9 +105,5 @@
105 105
   #define BTN_EN2         -1
106 106
   #define BTN_ENC         -1
107 107
 
108
-  #define BLEN_C 2
109
-  #define BLEN_B 1
110
-  #define BLEN_A 0
111
-
112 108
   #define SD_DETECT_PIN -1  // Minitronics doesn't use this
113 109
 #endif

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

@@ -113,10 +113,6 @@
113 113
   #define BTN_EN2   17
114 114
   #define BTN_ENC   18//the click
115 115
 
116
-  #define BLEN_C 2
117
-  #define BLEN_B 1
118
-  #define BLEN_A 0
119
-
120 116
   #define SD_DETECT_PIN -1
121 117
 
122 118
   //encoder rotation values

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

@@ -127,10 +127,6 @@
127 127
     //buttons are directly attached using AUX-2
128 128
     #define BTN_EN1 76
129 129
     #define BTN_EN2 77
130
-
131
-    #define BLEN_C 2
132
-    #define BLEN_B 1
133
-    #define BLEN_A 0
134 130
     #define BTN_ENC 78
135 131
 
136 132
     #define SD_DETECT_PIN 81 // Ramps doesn't use this
@@ -162,8 +158,6 @@
162 158
     #define BL_DW 4
163 159
     #define BL_RI 3
164 160
     #define BL_ST 2
165
-    #define BLEN_B 1
166
-    #define BLEN_A 0
167 161
 
168 162
   #endif // !NEWPANEL
169 163
 

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

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

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