Parcourir la source

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

Keith Bennett il y a 2 ans
Parent
révision
7f97ba9cdb
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 1
Marlin/src/inc/Conditionals_LCD.h Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer