|
@@ -49,6 +49,9 @@
|
49
|
49
|
#define MOTHERBOARD 7
|
50
|
50
|
#endif
|
51
|
51
|
|
|
52
|
+// This defines the number of extruders
|
|
53
|
+#define EXTRUDERS 1
|
|
54
|
+
|
52
|
55
|
//// The following define selects which power supply you have. Please choose the one that matches your setup
|
53
|
56
|
// 1 = ATX
|
54
|
57
|
// 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
|
|
@@ -322,9 +325,9 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
|
322
|
325
|
// The RepRapDiscount Smart Controller (white PCB)
|
323
|
326
|
// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
|
324
|
327
|
//#define REPRAP_DISCOUNT_SMART_CONTROLLER
|
325
|
|
-
|
326
|
|
-// The GADGETS3D G3D LCD/SD Controller (blue PCB)
|
327
|
|
-// http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
|
|
328
|
+
|
|
329
|
+// The GADGETS3D G3D LCD/SD Controller (blue PCB)
|
|
330
|
+// http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
|
328
|
331
|
//#define G3D_PANEL
|
329
|
332
|
|
330
|
333
|
//automatic expansion
|