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
 //
140
 //
141
 #define HEATER_0_PIN       10
141
 #define HEATER_0_PIN       10
142
 #define HEATER_1_PIN        7
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
 #define FAN_PIN             9
145
 #define FAN_PIN             9
148
 
146
 
155
 //
153
 //
156
 #define SDSS               53
154
 #define SDSS               53
157
 #define LED_PIN            13
155
 #define LED_PIN            13
156
+#define LED4_PIN            5
158
 
157
 
159
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
158
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
160
 #define FILWIDTH_PIN        5   // Analog Input
159
 #define FILWIDTH_PIN        5   // Analog Input

Loading…
Cancel
Save