浏览代码

🎨 Adjust Ender-3 V2 DWIN options

Scott Lahteine 3 年前
父节点
当前提交
be412e3e2b
共有 1 个文件被更改,包括 5 次插入17 次删除
  1. 5
    17
      Marlin/Configuration.h

+ 5
- 17
Marlin/Configuration.h 查看文件

2770
 //
2770
 //
2771
 // Ender-3 v2 OEM display. A DWIN display with Rotary Encoder.
2771
 // Ender-3 v2 OEM display. A DWIN display with Rotary Encoder.
2772
 //
2772
 //
2773
-//#define DWIN_CREALITY_LCD
2774
-
2775
-//
2776
-// Ender-3 v2 OEM display, enhanced.
2777
-//
2778
-//#define DWIN_CREALITY_LCD_ENHANCED
2779
-
2780
-//
2781
-// Ender-3 v2 OEM display with enhancements by Jacob Myers
2782
-//
2783
-//#define DWIN_CREALITY_LCD_JYERSUI
2784
-
2785
-//
2786
-// MarlinUI for Creality's DWIN display (and others)
2787
-//
2788
-//#define DWIN_MARLINUI_PORTRAIT
2789
-//#define DWIN_MARLINUI_LANDSCAPE
2773
+//#define DWIN_CREALITY_LCD           // Creality UI
2774
+//#define DWIN_CREALITY_LCD_ENHANCED  // Enhanced UI
2775
+//#define DWIN_CREALITY_LCD_JYERSUI   // Jyers UI by Jacob Myers
2776
+//#define DWIN_MARLINUI_PORTRAIT      // MarlinUI (portrait orientation)
2777
+//#define DWIN_MARLINUI_LANDSCAPE     // MarlinUI (landscape orientation)
2790
 
2778
 
2791
 //
2779
 //
2792
 // Touch Screen Settings
2780
 // Touch Screen Settings

正在加载...
取消
保存