Explorar el Código

Fixing wrong pin to heater extruder 2 <-> 3

Extruder 2 and 3 was swapped
Philip Schell hace 9 años
padre
commit
6c285930cb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/pins_MEGATRONICS_3.h

+ 2
- 2
Marlin/pins_MEGATRONICS_3.h Ver fichero

@@ -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…
Cancelar
Guardar