Sfoglia il codice sorgente

Disable DUAL_X_CARRIAGE by default

Robert F-C 11 anni fa
parent
commit
c3568398b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Vedi 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…
Annulla
Salva