|
@@ -296,8 +296,13 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
296
|
296
|
//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
|
297
|
297
|
//#define ULTIPANEL //the ultipanel as on thingiverse
|
298
|
298
|
|
|
299
|
+// The RepRapDiscount Smart Controller
|
|
300
|
+// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
|
|
301
|
+//#define REPRAPDISCOUNTSC
|
299
|
302
|
|
300
|
|
-#ifdef ULTIMAKERCONTROLLER //automatic expansion
|
|
303
|
+
|
|
304
|
+//automatic expansion
|
|
305
|
+#if defined(ULTIMAKERCONTROLLER) || defined(REPRAPDISCOUNTSC)
|
301
|
306
|
#define ULTIPANEL
|
302
|
307
|
#define NEWPANEL
|
303
|
308
|
#endif
|