Scott Lahteine 8 år sedan
förälder
incheckning
85e307dcd8
2 ändrade filer med 2 tillägg och 5 borttagningar
  1. 0
    3
      Marlin/pinsDebug.h
  2. 2
    2
      Marlin/pins_A4JP.h

+ 0
- 3
Marlin/pinsDebug.h Visa fil

@@ -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 Visa fil

@@ -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

Laddar…
Avbryt
Spara