Browse Source

Disable LCD Pins used by new Max7219 hook up if in that mode

Roxy-3D 6 years ago
parent
commit
d62f4df0b7
No account linked to committer's email address
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      Marlin/src/pins/pins_FORMBOT.h

+ 7
- 3
Marlin/src/pins/pins_FORMBOT.h View File

154
 // Misc. Functions
154
 // Misc. Functions
155
 //
155
 //
156
 #define SDSS               53
156
 #define SDSS               53
157
-#define LED_PIN            13
157
+#ifndef ROXYs_TRex
158
+  #define LED_PIN          13
159
+#endi
158
 
160
 
159
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
161
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
160
 #define FILWIDTH_PIN        5   // Analog Input
162
 #define FILWIDTH_PIN        5   // Analog Input
175
   #define LCD_PINS_D5      25
177
   #define LCD_PINS_D5      25
176
   #define LCD_PINS_D6      27
178
   #define LCD_PINS_D6      27
177
   #define LCD_PINS_D7      29
179
   #define LCD_PINS_D7      29
178
-  #define BEEPER_PIN       37
179
   #define BTN_EN1          31
180
   #define BTN_EN1          31
180
   #define BTN_EN2          33
181
   #define BTN_EN2          33
181
   #define BTN_ENC          35
182
   #define BTN_ENC          35
182
   #define SD_DETECT_PIN    49
183
   #define SD_DETECT_PIN    49
183
-  #define KILL_PIN         41
184
+  #ifndef ROXYs_TRex
185
+    #define KILL_PIN       41
186
+    #define BEEPER_PIN     37
187
+  #endif
184
 #endif
188
 #endif

Loading…
Cancel
Save