Skip to content

Commit 4d987f4

Browse files
thisiskeithbtomek2k1
authored andcommitted
🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 (MarlinFirmware#23593)
1 parent f46f014 commit 4d987f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/inc/Conditionals_LCD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
#if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
510510
#define SERIAL_CATCHALL 0
511511
#ifndef LCD_SERIAL_PORT
512-
#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_MINI_E3_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_E3_TURBO)
512+
#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_MINI_E3_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_MINI_E3_V3_0, BTT_SKR_E3_TURBO)
513513
#define LCD_SERIAL_PORT 1
514514
#else
515515
#define LCD_SERIAL_PORT 3 // Creality 4.x board

0 commit comments

Comments
 (0)