Browse Source

Patch redundant lcd settings

Scott Lahteine 7 years ago
parent
commit
26dba44cd3

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -1149,7 +1149,7 @@
1149 1149
  * IMPORTANT: The U8glib library is required for Full Graphic Display!
1150 1150
  *            https://github.com/olikraus/U8glib_Arduino
1151 1151
  */
1152
-#define ULTRA_LCD   // Character based
1152
+//#define ULTRA_LCD   // Character based
1153 1153
 //#define DOGLCD      // Full graphics display
1154 1154
 
1155 1155
 /**

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h View File

@@ -1158,7 +1158,7 @@
1158 1158
  * IMPORTANT: The U8glib library is required for Full Graphic Display!
1159 1159
  *            https://github.com/olikraus/U8glib_Arduino
1160 1160
  */
1161
-#define ULTRA_LCD   // Character based
1161
+//#define ULTRA_LCD   // Character based
1162 1162
 //#define DOGLCD      // Full graphics display
1163 1163
 
1164 1164
 /**

Loading…
Cancel
Save