소스 검색

Allow Einsy RAMBo FAN1_PIN override

Scott Lahteine 6 년 전
부모
커밋
0bda22367b
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      Marlin/src/pins/pins_EINSY_RAMBO.h

+ 4
- 1
Marlin/src/pins/pins_EINSY_RAMBO.h 파일 보기

@@ -118,7 +118,10 @@
118 118
 #ifndef FAN_PIN
119 119
   #define FAN_PIN           8
120 120
 #endif
121
-#define FAN1_PIN            6
121
+
122
+#ifndef FAN1_PIN
123
+  #define FAN1_PIN          6
124
+#endif
122 125
 
123 126
 //
124 127
 // Misc. Functions

Loading…
취소
저장