Browse Source

No FAN0_PIN

Scott Lahteine 8 years ago
parent
commit
85e307dcd8
2 changed files with 2 additions and 5 deletions
  1. 0
    3
      Marlin/pinsDebug.h
  2. 2
    2
      Marlin/pins_A4JP.h

+ 0
- 3
Marlin/pinsDebug.h View File

279
   #if PIN_EXISTS(FAN)
279
   #if PIN_EXISTS(FAN)
280
     PIN_SAY(FAN_PIN);
280
     PIN_SAY(FAN_PIN);
281
   #endif
281
   #endif
282
-  #if PIN_EXISTS(FAN0)
283
-    PIN_SAY(FAN0_PIN);
284
-  #endif
285
   #if PIN_EXISTS(FAN1)
282
   #if PIN_EXISTS(FAN1)
286
     PIN_SAY(FAN1_PIN);
283
     PIN_SAY(FAN1_PIN);
287
   #endif
284
   #endif

+ 2
- 2
Marlin/pins_A4JP.h View File

115
 #define HEATER_BED_PIN       3
115
 #define HEATER_BED_PIN       3
116
 
116
 
117
 #define FAN_PIN              8
117
 #define FAN_PIN              8
118
-#define FAN0_PIN             6
119
-#define FAN1_PIN             2
118
+#define FAN1_PIN             6
119
+#define FAN2_PIN             2
120
 
120
 
121
 //
121
 //
122
 // Misc. Functions
122
 // Misc. Functions

Loading…
Cancel
Save