Browse Source

No FAN0_PIN

pull/1/head
Scott Lahteine 8 years ago
parent
commit
85e307dcd8
  1. 3
      Marlin/pinsDebug.h
  2. 4
      Marlin/pins_A4JP.h

3
Marlin/pinsDebug.h

@ -279,9 +279,6 @@ static bool report_pin_name(int8_t pin, bool &pin_is_analog) {
#if PIN_EXISTS(FAN)
PIN_SAY(FAN_PIN);
#endif
#if PIN_EXISTS(FAN0)
PIN_SAY(FAN0_PIN);
#endif
#if PIN_EXISTS(FAN1)
PIN_SAY(FAN1_PIN);
#endif

4
Marlin/pins_A4JP.h

@ -115,8 +115,8 @@
#define HEATER_BED_PIN 3
#define FAN_PIN 8
#define FAN0_PIN 6
#define FAN1_PIN 2
#define FAN1_PIN 6
#define FAN2_PIN 2
//
// Misc. Functions

Loading…
Cancel
Save