Browse Source

Make Gen7 1.4 heater pins match silkscreen

Bracken Dawson 12 years ago
parent
commit
d5ee2a5a62
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/pins.h

+ 2
- 2
Marlin/pins.h View File

@@ -181,10 +181,10 @@
181 181
 #define E0_DIR_PIN 18
182 182
 #define E0_ENABLE_PIN 25
183 183
 
184
-#define TEMP_0_PIN 0
184
+#define TEMP_0_PIN 1
185 185
 #define TEMP_1_PIN -1
186 186
 #define TEMP_2_PIN -1
187
-#define TEMP_BED_PIN 1
187
+#define TEMP_BED_PIN 0
188 188
 
189 189
 #define HEATER_0_PIN 4
190 190
 #define HEATER_1_PIN -1

Loading…
Cancel
Save