Browse Source

🩹 Retain LCD pins with motor expansion (#23024)

vanilla_fb_2.0.x
ellensp 3 years ago
committed by Scott Lahteine
parent
commit
384a31765f
  1. 2
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

2
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

@ -281,7 +281,7 @@
#define BEEPER_PIN EXP1_05_PIN
#endif
#elif HAS_WIRED_LCD && !BTT_MOTOR_EXPANSION
#elif HAS_WIRED_LCD
#if ENABLED(ANET_FULL_GRAPHICS_LCD_ALT_WIRING)
#error "CAUTION! ANET_FULL_GRAPHICS_LCD_ALT_WIRING requires wiring modifications. See 'pins_BTT_SKR_V1_4.h' for details. Comment out this line to continue."

Loading…
Cancel
Save