|
@@ -116,10 +116,6 @@
|
116
|
116
|
|
117
|
117
|
#define PS_ON_PIN 12
|
118
|
118
|
|
119
|
|
-#if ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) || ENABLED(G3D_PANEL)
|
120
|
|
- #define KILL_PIN 41
|
121
|
|
-#endif
|
122
|
|
-
|
123
|
119
|
#if MB(RAMPS_14_EFF) || MB(RAMPS_13_EFF)
|
124
|
120
|
#define HEATER_0_PIN 8
|
125
|
121
|
#else
|
|
@@ -168,6 +164,12 @@
|
168
|
164
|
#define BTN_ENC 35
|
169
|
165
|
|
170
|
166
|
#define SD_DETECT_PIN 49
|
|
167
|
+ #define KILL_PIN 41
|
|
168
|
+
|
|
169
|
+ #if ENABLED(BQ_LCD_SMART_CONTROLLER)
|
|
170
|
+ #define LCD_PIN_BL 39
|
|
171
|
+ #endif
|
|
172
|
+
|
171
|
173
|
#elif ENABLED(LCD_I2C_PANELOLU2)
|
172
|
174
|
#define BTN_EN1 47 // reverse if the encoder turns the wrong way.
|
173
|
175
|
#define BTN_EN2 43
|
|
@@ -241,6 +243,7 @@
|
241
|
243
|
|
242
|
244
|
#if ENABLED(G3D_PANEL)
|
243
|
245
|
#define SD_DETECT_PIN 49
|
|
246
|
+ #define KILL_PIN 41
|
244
|
247
|
#else
|
245
|
248
|
// #define SD_DETECT_PIN -1 // Ramps doesn't use this
|
246
|
249
|
#endif
|
|
@@ -282,7 +285,3 @@
|
282
|
285
|
#define MISO_PIN 50
|
283
|
286
|
#define MOSI_PIN 51
|
284
|
287
|
#endif
|
285
|
|
-
|
286
|
|
-#ifndef KILL_PIN
|
287
|
|
- // #define KILL_PIN -1
|
288
|
|
-#endif
|