Ver código fonte

Disable DUAL_X_CARRIAGE by default

Robert F-C 11 anos atrás
pai
commit
c3568398b5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Ver arquivo

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

Carregando…
Cancelar
Salvar