Browse Source

Adjust Formbot Raptor pins

Scott Lahteine 6 years ago
parent
commit
0a638cc022
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Marlin/src/pins/pins_FORMBOT_RAPTOR.h

+ 2
- 3
Marlin/src/pins/pins_FORMBOT_RAPTOR.h View File

@@ -140,9 +140,7 @@
140 140
 //
141 141
 #define HEATER_0_PIN       10
142 142
 #define HEATER_1_PIN        7
143
-#define HEATER_BED_PIN     8
144
-
145
-#define LED4_PIN            5
143
+#define HEATER_BED_PIN      8
146 144
 
147 145
 #define FAN_PIN             9
148 146
 
@@ -155,6 +153,7 @@
155 153
 //
156 154
 #define SDSS               53
157 155
 #define LED_PIN            13
156
+#define LED4_PIN            5
158 157
 
159 158
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
160 159
 #define FILWIDTH_PIN        5   // Analog Input

Loading…
Cancel
Save