ソースを参照

Disable DUAL_X_CARRIAGE by default

Robert F-C 11年前
コミット
c3568398b5
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h ファイルの表示

@@ -150,7 +150,7 @@
150 150
 // A dual x-carriage design has the advantage that the inactive extruder can be parked which
151 151
 // prevents hot-end ooze contaminating the print. It also reduces the weight of each x-carriage
152 152
 // allowing faster printing speeds.
153
-#define DUAL_X_CARRIAGE
153
+//#define DUAL_X_CARRIAGE
154 154
 #ifdef DUAL_X_CARRIAGE
155 155
 // Configuration for second X-carriage
156 156
 // Note: the first x-carriage is defined as the x-carriage which homes to the minimum endstop;

読み込み中…
キャンセル
保存