mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 17:56:14 +00:00
🩹 Retain LCD pins with motor expansion (#23024)
This commit is contained in:
parent
3f6c8d5dc5
commit
11f1335efb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue