소스 검색

Fixing wrong pin to heater extruder 2 <-> 3

Extruder 2 and 3 was swapped
Philip Schell 9 년 전
부모
커밋
6c285930cb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/pins_MEGATRONICS_3.h

+ 2
- 2
Marlin/pins_MEGATRONICS_3.h 파일 보기

@@ -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…
취소
저장