Browse Source

🐛 Fix Einsy RAMBo FAN1_PIN (#22305)

vanilla_fb_2.0.x
Katelyn Schiesser 4 years ago
committed by Scott Lahteine
parent
commit
a7cfdeef21
  1. 4
      Marlin/src/pins/rambo/pins_EINSY_RAMBO.h

4
Marlin/src/pins/rambo/pins_EINSY_RAMBO.h

@ -135,9 +135,9 @@
#ifndef FAN1_PIN #ifndef FAN1_PIN
#ifdef MK3_FAN_PINS #ifdef MK3_FAN_PINS
#define FAN_PIN -1 #define FAN1_PIN -1
#else #else
#define FAN_PIN 6 #define FAN1_PIN 6
#endif #endif
#endif #endif

Loading…
Cancel
Save