Browse Source

Fixing wrong pin to heater extruder 2 <-> 3

Extruder 2 and 3 was swapped
Philip Schell 9 years ago
parent
commit
6c285930cb
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/pins_MEGATRONICS_3.h

+ 2
- 2
Marlin/pins_MEGATRONICS_3.h View File

@@ -46,8 +46,8 @@
46 46
 #define KILL_PIN -1
47 47
 
48 48
 #define HEATER_0_PIN 2
49
-#define HEATER_1_PIN 8
50
-#define HEATER_2_PIN 9
49
+#define HEATER_1_PIN 9
50
+#define HEATER_2_PIN 8
51 51
 #define HEATER_BED_PIN 10
52 52
 #define FAN_PIN 6
53 53
 #define FAN2_PIN 7

Loading…
Cancel
Save