|
@@ -196,7 +196,16 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
196
|
196
|
//#define ULTRA_LCD //general lcd support, also 16x2
|
197
|
197
|
//#define SDSUPPORT // Enable SD Card Support in Hardware Console
|
198
|
198
|
|
199
|
|
-#define ULTIPANEL
|
|
199
|
+//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
|
|
200
|
+//#define ULTIPANEL //the ultipanel as on thingiverse
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+#ifdef ULTIMAKERCONTROLLER //automatic expansion
|
|
204
|
+ #define ULTIPANEL
|
|
205
|
+ #define NEWPANEL
|
|
206
|
+#endif
|
|
207
|
+
|
|
208
|
+
|
200
|
209
|
#ifdef ULTIPANEL
|
201
|
210
|
// #define NEWPANEL //enable this if you have a click-encoder panel
|
202
|
211
|
#define SDSUPPORT
|