Browse Source

🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

Katelyn Schiesser 4 years ago
parent
commit
a90b864a3b
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/rambo/pins_EINSY_RAMBO.h

+ 2
- 2
Marlin/src/pins/rambo/pins_EINSY_RAMBO.h View File

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

Loading…
Cancel
Save