소스 검색

🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

Katelyn Schiesser 4 년 전
부모
커밋
a90b864a3b
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/src/pins/rambo/pins_EINSY_RAMBO.h

+ 2
- 2
Marlin/src/pins/rambo/pins_EINSY_RAMBO.h 파일 보기

135
 
135
 
136
 #ifndef FAN1_PIN
136
 #ifndef FAN1_PIN
137
   #ifdef MK3_FAN_PINS
137
   #ifdef MK3_FAN_PINS
138
-    #define FAN_PIN                           -1
138
+    #define FAN1_PIN                           -1
139
   #else
139
   #else
140
-    #define FAN_PIN                            6
140
+    #define FAN1_PIN                            6
141
   #endif
141
   #endif
142
 #endif
142
 #endif
143
 
143
 

Loading…
취소
저장