|
@@ -310,13 +310,16 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
310
|
310
|
//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
|
311
|
311
|
//#define ULTIPANEL //the ultipanel as on thingiverse
|
312
|
312
|
|
313
|
|
-// The RepRapDiscount Smart Controller
|
|
313
|
+// The RepRapDiscount Smart Controller (white PCB)
|
314
|
314
|
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
|
315
|
315
|
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
|
316
|
|
-
|
|
316
|
+
|
|
317
|
+// The GADGETS3D G3D LCD/SD Controller (blue PCB)
|
|
318
|
+// http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
|
|
319
|
+//#define G3D_PANEL
|
317
|
320
|
|
318
|
321
|
//automatic expansion
|
319
|
|
-#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER)
|
|
322
|
+#if defined(ULTIMAKERCONTROLLER) || defined(REPRAP_DISCOUNT_SMART_CONTROLLER) || defined(G3D_PANEL)
|
320
|
323
|
#define ULTIPANEL
|
321
|
324
|
#define NEWPANEL
|
322
|
325
|
#endif
|