Skip to content

Commit c3a816e

Browse files
committed
✨ REVERSE_ENCODER_MENU_ITEM
MarlinFirmware/Marlin#26963
1 parent 93cacdd commit c3a816e

411 files changed

Lines changed: 1644 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/default/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,10 @@
35833583
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35843584
#endif
35853585

3586+
#if ENABLED(DWIN_LCD_PROUI)
3587+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3588+
#endif
3589+
35863590
//
35873591
// Touch Screen Settings
35883592
//

config/examples/3DFabXYZ/Migbot/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3609,6 +3609,10 @@
36093609
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
36103610
#endif
36113611

3612+
#if ENABLED(DWIN_LCD_PROUI)
3613+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3614+
#endif
3615+
36123616
//
36133617
// Touch Screen Settings
36143618
//

config/examples/3DMatik/XL/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,10 @@
35833583
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35843584
#endif
35853585

3586+
#if ENABLED(DWIN_LCD_PROUI)
3587+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3588+
#endif
3589+
35863590
//
35873591
// Touch Screen Settings
35883592
//

config/examples/ADIMLab/Gantry v1/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,10 @@
35833583
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35843584
#endif
35853585

3586+
#if ENABLED(DWIN_LCD_PROUI)
3587+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3588+
#endif
3589+
35863590
//
35873591
// Touch Screen Settings
35883592
//

config/examples/ADIMLab/Gantry v2/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,10 @@
35833583
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35843584
#endif
35853585

3586+
#if ENABLED(DWIN_LCD_PROUI)
3587+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3588+
#endif
3589+
35863590
//
35873591
// Touch Screen Settings
35883592
//

config/examples/Alfawise/U20-bltouch/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,6 +3662,10 @@
36623662
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
36633663
#endif
36643664

3665+
#if ENABLED(DWIN_LCD_PROUI)
3666+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3667+
#endif
3668+
36653669
//
36663670
// Touch Screen Settings
36673671
//

config/examples/Alfawise/U20/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3663,6 +3663,10 @@
36633663
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
36643664
#endif
36653665

3666+
#if ENABLED(DWIN_LCD_PROUI)
3667+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3668+
#endif
3669+
36663670
//
36673671
// Touch Screen Settings
36683672
//

config/examples/AliExpress/CL-260/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,10 @@
35833583
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35843584
#endif
35853585

3586+
#if ENABLED(DWIN_LCD_PROUI)
3587+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3588+
#endif
3589+
35863590
//
35873591
// Touch Screen Settings
35883592
//

config/examples/AliExpress/UM2pExt/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3584,6 +3584,10 @@
35843584
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35853585
#endif
35863586

3587+
#if ENABLED(DWIN_LCD_PROUI)
3588+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3589+
#endif
3590+
35873591
//
35883592
// Touch Screen Settings
35893593
//

config/examples/Anet/A2/Configuration.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3585,6 +3585,10 @@
35853585
//#define USE_STRING_TITLES // Use string titles for Creality UI instead of images
35863586
#endif
35873587

3588+
#if ENABLED(DWIN_LCD_PROUI)
3589+
//#define REVERSE_ENCODER_MENU_ITEM // Enable menu item to toggle direction
3590+
#endif
3591+
35883592
//
35893593
// Touch Screen Settings
35903594
//

0 commit comments

Comments
 (0)