Browse Source

REPRAPWORLD_KEYPAD is NEWPANEL but not ULTIPANEL

Scott Lahteine 7 years ago
parent
commit
445865ea03
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Marlin/Conditionals_LCD.h

+ 5
- 2
Marlin/Conditionals_LCD.h View File

101
   #if ENABLED(ULTIMAKERCONTROLLER)              \
101
   #if ENABLED(ULTIMAKERCONTROLLER)              \
102
    || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) \
102
    || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) \
103
    || ENABLED(G3D_PANEL)                        \
103
    || ENABLED(G3D_PANEL)                        \
104
-   || ENABLED(RIGIDBOT_PANEL)                   \
105
-   || ENABLED(REPRAPWORLD_KEYPAD)
104
+   || ENABLED(RIGIDBOT_PANEL)
106
     #define ULTIPANEL
105
     #define ULTIPANEL
107
     #define NEWPANEL
106
     #define NEWPANEL
108
   #endif
107
   #endif
109
 
108
 
109
+  #if ENABLED(REPRAPWORLD_KEYPAD)
110
+    #define NEWPANEL
111
+  #endif
112
+
110
   #if ENABLED(RA_CONTROL_PANEL)
113
   #if ENABLED(RA_CONTROL_PANEL)
111
     #define LCD_I2C_TYPE_PCA8574
114
     #define LCD_I2C_TYPE_PCA8574
112
     #define LCD_I2C_ADDRESS 0x27   // I2C Address of the port expander
115
     #define LCD_I2C_ADDRESS 0x27   // I2C Address of the port expander

Loading…
Cancel
Save