Explorar el Código

REPRAPWORLD_KEYPAD is NEWPANEL but not ULTIPANEL

Scott Lahteine hace 7 años
padre
commit
445865ea03
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5
    2
      Marlin/Conditionals_LCD.h

+ 5
- 2
Marlin/Conditionals_LCD.h Ver fichero

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

Loading…
Cancelar
Guardar