Browse Source

Disable DUAL_X_CARRIAGE by default

Robert F-C 11 years ago
parent
commit
c3568398b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

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

Loading…
Cancel
Save