Browse Source

Add description for choice of DEFAULT_DUAL_X_CARRIAGE_MODE

esenapaj 8 years ago
parent
commit
6854f44bf2

+ 7
- 7
Marlin/Configuration_adv.h View File

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

321
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
321
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
322
 
322
 
323
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
332
   // This is the default power-up mode which can be later using M605.
333
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
333
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

316
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
316
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
317
 
317
 
318
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
327
   // This is the default power-up mode which can be later using M605.
328
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
328
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
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
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
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
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
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
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
313
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
314
 
314
 
315
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
324
   // This is the default power-up mode which can be later using M605.
325
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
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
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

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

308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
308
       // Remember: you should set the second extruder x-offset to 0 in your slicer.
309
 
309
 
310
   // There are a few selectable movement modes for dual x-carriages using M605 S<mode>
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
   // This is the default power-up mode which can be later using M605.
319
   // This is the default power-up mode which can be later using M605.
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE
320
   #define DEFAULT_DUAL_X_CARRIAGE_MODE DXC_FULL_CONTROL_MODE

Loading…
Cancel
Save