Browse Source

🚸 DWIN/DACAI for Creality 4.2.3 (#24132)

Miguel Risco-Castillo 2 years ago
parent
commit
be0f1088f0
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

@@ -488,7 +488,7 @@
488 488
   #ifndef LCD_SERIAL_PORT
489 489
     #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)
490 490
       #define LCD_SERIAL_PORT 1
491
-    #elif MB(CREALITY_V24S1_301, CREALITY_V24S1_301F4)
491
+    #elif MB(CREALITY_V24S1_301, CREALITY_V24S1_301F4, CREALITY_V423)
492 492
       #define LCD_SERIAL_PORT 2 // Creality Ender3S1 board
493 493
     #else
494 494
       #define LCD_SERIAL_PORT 3 // Creality 4.x board

Loading…
Cancel
Save