Browse Source

No FAN0_PIN

Scott Lahteine 7 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,9 +279,6 @@ static bool report_pin_name(int8_t pin, bool &pin_is_analog) {
279 279
   #if PIN_EXISTS(FAN)
280 280
     PIN_SAY(FAN_PIN);
281 281
   #endif
282
-  #if PIN_EXISTS(FAN0)
283
-    PIN_SAY(FAN0_PIN);
284
-  #endif
285 282
   #if PIN_EXISTS(FAN1)
286 283
     PIN_SAY(FAN1_PIN);
287 284
   #endif

+ 2
- 2
Marlin/pins_A4JP.h View File

@@ -115,8 +115,8 @@
115 115
 #define HEATER_BED_PIN       3
116 116
 
117 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 122
 // Misc. Functions

Loading…
Cancel
Save