Browse Source

🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 (#23593)

Keith Bennett 2 years ago
parent
commit
7f97ba9cdb
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 1
Marlin/src/inc/Conditionals_LCD.h View File

@@ -509,7 +509,7 @@
509 509
 #if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
510 510
   #define SERIAL_CATCHALL 0
511 511
   #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)
513 513
       #define LCD_SERIAL_PORT 1
514 514
     #else
515 515
       #define LCD_SERIAL_PORT 3 // Creality 4.x board

Loading…
Cancel
Save