Browse Source

Set proper pin for custom part-cooling-fan

Thomas Buck 4 years ago
parent
commit
0d6e63213e
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/src/pins/ramps/pins_RAMPS.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -1331,7 +1331,7 @@
1331 1331
 #endif
1332 1332
 
1333 1333
 // Add a menu item to move between bed corners for manual bed adjustment
1334
-#define LEVEL_BED_CORNERS
1334
+//#define LEVEL_BED_CORNERS
1335 1335
 
1336 1336
 /**
1337 1337
  * Commands to execute at the end of G29 probing.

+ 1
- 1
Marlin/src/pins/ramps/pins_RAMPS.h View File

@@ -229,7 +229,7 @@
229 229
 
230 230
 #ifndef FAN_PIN
231 231
   #if EITHER(IS_RAMPS_EFB, IS_RAMPS_EFF)          // Hotend, Fan, Bed or Hotend, Fan, Fan
232
-    #define FAN_PIN        RAMPS_D9_PIN
232
+    #define FAN_PIN        7 // RAMPS_D9_PIN
233 233
   #elif EITHER(IS_RAMPS_EEF, IS_RAMPS_SF)         // Hotend, Hotend, Fan or Spindle, Fan
234 234
     #define FAN_PIN        RAMPS_D8_PIN
235 235
   #elif ENABLED(IS_RAMPS_EEB)                  // Hotend, Hotend, Bed

Loading…
Cancel
Save