Browse Source

Merge pull request #5522 from esenapaj/Add-description-for-dual-x

Add description for choice of DEFAULT_DUAL_X_CARRIAGE_MODE
Scott Lahteine 7 years ago
parent
commit
bec30c89e7

+ 7
- 7
Marlin/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -321,13 +321,13 @@
321 321
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
322 322
 
323 323
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
324
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
325
-  //                           as long as it supports dual x-carriages. (M605 S0)
326
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
327
-  //                           that additional slicer support is not required. (M605 S1)
328
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
329
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
330
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
324
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
325
+  //                                    as long as it supports dual x-carriages. (M605 S0)
326
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
327
+  //                                    that additional slicer support is not required. (M605 S1)
328
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
329
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
330
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
331 331
 
332 332
   // This is the default power-up mode which can be later using M605.
333 333
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/K8400/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

@@ -316,13 +316,13 @@
316 316
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
317 317
 
318 318
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
319
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
320
-  //                           as long as it supports dual x-carriages. (M605 S0)
321
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
322
-  //                           that additional slicer support is not required. (M605 S1)
323
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
324
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
325
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
319
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
320
+  //                                    as long as it supports dual x-carriages. (M605 S0)
321
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
322
+  //                                    that additional slicer support is not required. (M605 S1)
323
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
324
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
325
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
326 326
 
327 327
   // This is the default power-up mode which can be later using M605.
328 328
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -313,13 +313,13 @@
313 313
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
314 314
 
315 315
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
316
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
317
-  //                           as long as it supports dual x-carriages. (M605 S0)
318
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
319
-  //                           that additional slicer support is not required. (M605 S1)
320
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
321
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
322
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
316
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
317
+  //                                    as long as it supports dual x-carriages. (M605 S0)
318
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
319
+  //                                    that additional slicer support is not required. (M605 S1)
320
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
321
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
322
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
323 323
 
324 324
   // This is the default power-up mode which can be later using M605.
325 325
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

+ 7
- 7
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -308,13 +308,13 @@
308 308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309 309
 
310 310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
311
-  //    Mode 0: Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
-  //                           as long as it supports dual x-carriages. (M605 S0)
313
-  //    Mode 1: Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
-  //                           that additional slicer support is not required. (M605 S1)
315
-  //    Mode 2: Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
-  //                           actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
-  //                           once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
311
+  //    Mode 0 (DXC_FULL_CONTROL_MODE): Full control. The slicer has full control over both x-carriages and can achieve optimal travel results
312
+  //                                    as long as it supports dual x-carriages. (M605 S0)
313
+  //    Mode 1 (DXC_AUTO_PARK_MODE)   : Auto-park mode. The firmware will automatically park and unpark the x-carriages on tool changes so
314
+  //                                    that additional slicer support is not required. (M605 S1)
315
+  //    Mode 2 (DXC_DUPLICATION_MODE) : Duplication mode. The firmware will transparently make the second x-carriage and extruder copy all
316
+  //                                    actions of the first x-carriage. This allows the printer to print 2 arbitrary items at
317
+  //                                    once. (2nd extruder x offset and temp offset are set using: M605 S2 [Xnnn] [Rmmm])
318 318
 
319 319
   // This is the default power-up mode which can be later using M605.
320 320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

Loading…
Cancel
Save