Browse Source

🐛 Fix MKS Robin E3 NeoPixel pin default (#23350)

vanilla_fb_2.0.x
Keith Bennett 2 years ago
committed by Scott Lahteine
parent
commit
9b13ae2399
  1. 10
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h

10
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h

@ -64,11 +64,6 @@
#define Z_MIN_PROBE_PIN PB1
#endif
// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif
//
// Steppers
//
@ -245,6 +240,11 @@
#endif
#endif
// LED driving pin
#ifndef NEOPIXEL_PIN
#define NEOPIXEL_PIN PA2
#endif
//
// SD Card
//

Loading…
Cancel
Save