瀏覽代碼

Number of extruders is not an advanced configuration - it is a basic property.

Robert F-C 12 年之前
父節點
當前提交
1daf2f3256
共有 2 個檔案被更改,包括 6 行新增6 行删除
  1. 6
    3
      Marlin/Configuration.h
  2. 0
    3
      Marlin/Configuration_adv.h

+ 6
- 3
Marlin/Configuration.h 查看文件

@@ -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

+ 0
- 3
Marlin/Configuration_adv.h 查看文件

@@ -85,9 +85,6 @@
85 85
 //=============================Mechanical Settings===========================
86 86
 //===========================================================================
87 87
 
88
-// This defines the number of extruders
89
-#define EXTRUDERS 2
90
-
91 88
 #define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing
92 89
 
93 90
 

Loading…
取消
儲存