diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 3e9322295d..fb1cdd016f 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index e65fa5b4be..6a7d0539fd 100644 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h index 2c9d12c542..755b1c11f9 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/AlephObjects/TAZ4/Configuration_adv.h b/config/examples/AlephObjects/TAZ4/Configuration_adv.h index 46257df917..c6c7285d75 100644 --- a/config/examples/AlephObjects/TAZ4/Configuration_adv.h +++ b/config/examples/AlephObjects/TAZ4/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/AliExpress/UM2pExt/Configuration_adv.h b/config/examples/AliExpress/UM2pExt/Configuration_adv.h index 90f3d5dc32..600a86cdbf 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration_adv.h +++ b/config/examples/AliExpress/UM2pExt/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Anet/A2/Configuration_adv.h b/config/examples/Anet/A2/Configuration_adv.h index a1e7689933..b8038ed8fd 100644 --- a/config/examples/Anet/A2/Configuration_adv.h +++ b/config/examples/Anet/A2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Anet/A2plus/Configuration_adv.h b/config/examples/Anet/A2plus/Configuration_adv.h index a1e7689933..b8038ed8fd 100644 --- a/config/examples/Anet/A2plus/Configuration_adv.h +++ b/config/examples/Anet/A2plus/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Anet/A6/Configuration_adv.h b/config/examples/Anet/A6/Configuration_adv.h index 316be512fd..aea3e5902d 100644 --- a/config/examples/Anet/A6/Configuration_adv.h +++ b/config/examples/Anet/A6/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Anet/A8/Configuration_adv.h b/config/examples/Anet/A8/Configuration_adv.h index b86d99b925..95c5b46158 100644 --- a/config/examples/Anet/A8/Configuration_adv.h +++ b/config/examples/Anet/A8/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/AnyCubic/i3/Configuration_adv.h b/config/examples/AnyCubic/i3/Configuration_adv.h index 84e0ae0406..744b4342b8 100644 --- a/config/examples/AnyCubic/i3/Configuration_adv.h +++ b/config/examples/AnyCubic/i3/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/ArmEd/Configuration_adv.h b/config/examples/ArmEd/Configuration_adv.h index d38495c079..f884b513e9 100644 --- a/config/examples/ArmEd/Configuration_adv.h +++ b/config/examples/ArmEd/Configuration_adv.h @@ -408,20 +408,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h index 211aa4d5f2..baa7629e2a 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/BIBO/TouchX/default/Configuration_adv.h b/config/examples/BIBO/TouchX/default/Configuration_adv.h index 3c8060da38..6636407c26 100644 --- a/config/examples/BIBO/TouchX/default/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/default/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/BQ/Hephestos/Configuration_adv.h b/config/examples/BQ/Hephestos/Configuration_adv.h index d237706bf2..c436b10199 100644 --- a/config/examples/BQ/Hephestos/Configuration_adv.h +++ b/config/examples/BQ/Hephestos/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/BQ/Hephestos_2/Configuration_adv.h b/config/examples/BQ/Hephestos_2/Configuration_adv.h index a07ba4f1e0..a8549fb4a3 100644 --- a/config/examples/BQ/Hephestos_2/Configuration_adv.h +++ b/config/examples/BQ/Hephestos_2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/BQ/WITBOX/Configuration_adv.h b/config/examples/BQ/WITBOX/Configuration_adv.h index d237706bf2..c436b10199 100644 --- a/config/examples/BQ/WITBOX/Configuration_adv.h +++ b/config/examples/BQ/WITBOX/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Cartesio/Configuration_adv.h b/config/examples/Cartesio/Configuration_adv.h index a4fd1740e1..15e8fad4d2 100644 --- a/config/examples/Cartesio/Configuration_adv.h +++ b/config/examples/Cartesio/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/CR-10/Configuration_adv.h b/config/examples/Creality/CR-10/Configuration_adv.h index a91c450245..2381632e6f 100644 --- a/config/examples/Creality/CR-10/Configuration_adv.h +++ b/config/examples/Creality/CR-10/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/CR-10S/Configuration_adv.h b/config/examples/Creality/CR-10S/Configuration_adv.h index cd0c8e2077..607429c4fb 100644 --- a/config/examples/Creality/CR-10S/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/CR-10_5S/Configuration_adv.h b/config/examples/Creality/CR-10_5S/Configuration_adv.h index 8fe01bc7c6..085bd2df0a 100644 --- a/config/examples/Creality/CR-10_5S/Configuration_adv.h +++ b/config/examples/Creality/CR-10_5S/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/CR-10mini/Configuration_adv.h b/config/examples/Creality/CR-10mini/Configuration_adv.h index d477607c5d..6fe46f1888 100644 --- a/config/examples/Creality/CR-10mini/Configuration_adv.h +++ b/config/examples/Creality/CR-10mini/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/CR-8/Configuration_adv.h b/config/examples/Creality/CR-8/Configuration_adv.h index 439619f49f..15187211da 100644 --- a/config/examples/Creality/CR-8/Configuration_adv.h +++ b/config/examples/Creality/CR-8/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/Ender-2/Configuration_adv.h b/config/examples/Creality/Ender-2/Configuration_adv.h index 1f94606abb..4351c0fbcb 100644 --- a/config/examples/Creality/Ender-2/Configuration_adv.h +++ b/config/examples/Creality/Ender-2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/Ender-3/Configuration_adv.h b/config/examples/Creality/Ender-3/Configuration_adv.h index f276867d67..b716135211 100644 --- a/config/examples/Creality/Ender-3/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Creality/Ender-4/Configuration_adv.h b/config/examples/Creality/Ender-4/Configuration_adv.h index 4cc43b9229..34eaa61d40 100644 --- a/config/examples/Creality/Ender-4/Configuration_adv.h +++ b/config/examples/Creality/Ender-4/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Einstart-S/Configuration_adv.h b/config/examples/Einstart-S/Configuration_adv.h index c1655e6bf6..268034a915 100644 --- a/config/examples/Einstart-S/Configuration_adv.h +++ b/config/examples/Einstart-S/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Felix/Configuration_adv.h b/config/examples/Felix/Configuration_adv.h index 5291a33404..89522e4701 100644 --- a/config/examples/Felix/Configuration_adv.h +++ b/config/examples/Felix/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index c07a5f7234..6c73c50fb5 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/config/examples/FolgerTech/i3-2020/Configuration_adv.h index f33a78c001..cbde4c0dbc 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration_adv.h +++ b/config/examples/FolgerTech/i3-2020/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Formbot/Raptor/Configuration_adv.h b/config/examples/Formbot/Raptor/Configuration_adv.h index 1e6a88cd84..7bfe83f4c0 100644 --- a/config/examples/Formbot/Raptor/Configuration_adv.h +++ b/config/examples/Formbot/Raptor/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h index ed4a364dd8..20dbb1c281 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h @@ -408,20 +408,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Formbot/T_Rex_3/Configuration_adv.h b/config/examples/Formbot/T_Rex_3/Configuration_adv.h index b3dd5310c2..8d5a30d3ba 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_3/Configuration_adv.h @@ -408,20 +408,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Geeetech/A10M/Configuration_adv.h b/config/examples/Geeetech/A10M/Configuration_adv.h index 2554edfcaa..154f8112cb 100644 --- a/config/examples/Geeetech/A10M/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Geeetech/A20M/Configuration_adv.h b/config/examples/Geeetech/A20M/Configuration_adv.h index a01c1e1722..da1c3eb393 100644 --- a/config/examples/Geeetech/A20M/Configuration_adv.h +++ b/config/examples/Geeetech/A20M/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Geeetech/MeCreator2/Configuration_adv.h b/config/examples/Geeetech/MeCreator2/Configuration_adv.h index b97e256d1e..8326f1b245 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration_adv.h +++ b/config/examples/Geeetech/MeCreator2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h index 9cf7beef85..9eb0b35f0c 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h index 9cf7beef85..9eb0b35f0c 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Infitary/i3-M508/Configuration_adv.h b/config/examples/Infitary/i3-M508/Configuration_adv.h index af5a64497d..a91b9a143c 100644 --- a/config/examples/Infitary/i3-M508/Configuration_adv.h +++ b/config/examples/Infitary/i3-M508/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/JGAurora/A5/Configuration_adv.h b/config/examples/JGAurora/A5/Configuration_adv.h index 5c9653e57c..4868557501 100644 --- a/config/examples/JGAurora/A5/Configuration_adv.h +++ b/config/examples/JGAurora/A5/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/MakerParts/Configuration_adv.h b/config/examples/MakerParts/Configuration_adv.h index 2fb58aae00..ac0bba2040 100644 --- a/config/examples/MakerParts/Configuration_adv.h +++ b/config/examples/MakerParts/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Malyan/M150/Configuration_adv.h b/config/examples/Malyan/M150/Configuration_adv.h index b8aef1a13d..a78fe30f7a 100644 --- a/config/examples/Malyan/M150/Configuration_adv.h +++ b/config/examples/Malyan/M150/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index 7a05d713e3..0437a737e3 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/config/examples/Micromake/C1/enhanced/Configuration_adv.h index e65fa5b4be..6a7d0539fd 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration_adv.h +++ b/config/examples/Micromake/C1/enhanced/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Mks/Robin/Configuration_adv.h b/config/examples/Mks/Robin/Configuration_adv.h index 12b1f781be..8b696aa932 100644 --- a/config/examples/Mks/Robin/Configuration_adv.h +++ b/config/examples/Mks/Robin/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Mks/Sbase/Configuration_adv.h b/config/examples/Mks/Sbase/Configuration_adv.h index 7291c84cc4..7446ec062e 100644 --- a/config/examples/Mks/Sbase/Configuration_adv.h +++ b/config/examples/Mks/Sbase/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/RapideLite/RL200/Configuration_adv.h b/config/examples/RapideLite/RL200/Configuration_adv.h index 2b45be65b8..49c99e7a74 100644 --- a/config/examples/RapideLite/RL200/Configuration_adv.h +++ b/config/examples/RapideLite/RL200/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/RigidBot/Configuration_adv.h b/config/examples/RigidBot/Configuration_adv.h index e2677991be..015603151b 100644 --- a/config/examples/RigidBot/Configuration_adv.h +++ b/config/examples/RigidBot/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/SCARA/Configuration_adv.h b/config/examples/SCARA/Configuration_adv.h index d93dfc5279..a7737510e0 100644 --- a/config/examples/SCARA/Configuration_adv.h +++ b/config/examples/SCARA/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Sanguinololu/Configuration_adv.h b/config/examples/Sanguinololu/Configuration_adv.h index 4d65dc96e1..dbd5b6067c 100644 --- a/config/examples/Sanguinololu/Configuration_adv.h +++ b/config/examples/Sanguinololu/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/TheBorg/Configuration_adv.h b/config/examples/TheBorg/Configuration_adv.h index 67fdbce980..91bbb2e09f 100644 --- a/config/examples/TheBorg/Configuration_adv.h +++ b/config/examples/TheBorg/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/TinyBoy2/Configuration_adv.h b/config/examples/TinyBoy2/Configuration_adv.h index 55ece61937..62d3004bd0 100644 --- a/config/examples/TinyBoy2/Configuration_adv.h +++ b/config/examples/TinyBoy2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Tronxy/X3A/Configuration_adv.h b/config/examples/Tronxy/X3A/Configuration_adv.h index 98aee83b51..8b3f111038 100644 --- a/config/examples/Tronxy/X3A/Configuration_adv.h +++ b/config/examples/Tronxy/X3A/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Tronxy/X5S-2E/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Configuration_adv.h index e629e95a4e..55c1944c7b 100644 --- a/config/examples/Tronxy/X5S-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/UltiMachine/Archim1/Configuration_adv.h b/config/examples/UltiMachine/Archim1/Configuration_adv.h index 39318e03ed..2ac05f109e 100644 --- a/config/examples/UltiMachine/Archim1/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim1/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/UltiMachine/Archim2/Configuration_adv.h b/config/examples/UltiMachine/Archim2/Configuration_adv.h index 16661e6b51..ee27d50832 100644 --- a/config/examples/UltiMachine/Archim2/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/VORONDesign/Configuration_adv.h b/config/examples/VORONDesign/Configuration_adv.h index 9077cf2cb8..acb0c9ec82 100644 --- a/config/examples/VORONDesign/Configuration_adv.h +++ b/config/examples/VORONDesign/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Velleman/K8200/Configuration_adv.h b/config/examples/Velleman/K8200/Configuration_adv.h index ad4df85aef..fdd3360ba0 100644 --- a/config/examples/Velleman/K8200/Configuration_adv.h +++ b/config/examples/Velleman/K8200/Configuration_adv.h @@ -417,20 +417,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Velleman/K8400/Configuration_adv.h b/config/examples/Velleman/K8400/Configuration_adv.h index 0d3671c28c..3ef3c734ef 100644 --- a/config/examples/Velleman/K8400/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/WASP/PowerWASP/Configuration_adv.h b/config/examples/WASP/PowerWASP/Configuration_adv.h index 634c2fd3ea..a9bacc3152 100644 --- a/config/examples/WASP/PowerWASP/Configuration_adv.h +++ b/config/examples/WASP/PowerWASP/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h index 3f8a851c00..bbe3386ac3 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h index 017b18f667..e187a00eb6 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h index de784bbf4c..ada2271177 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/FLSUN/kossel/Configuration_adv.h b/config/examples/delta/FLSUN/kossel/Configuration_adv.h index de784bbf4c..ada2271177 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h index 29485a1dca..39749f07ba 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h index 29485a1dca..39749f07ba 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/MKS/SBASE/Configuration_adv.h b/config/examples/delta/MKS/SBASE/Configuration_adv.h index e004a95ab6..f6ef2ce04b 100644 --- a/config/examples/delta/MKS/SBASE/Configuration_adv.h +++ b/config/examples/delta/MKS/SBASE/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/Tevo Little Monster/Configuration_adv.h b/config/examples/delta/Tevo Little Monster/Configuration_adv.h index 3e3a759307..094e944b49 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration_adv.h +++ b/config/examples/delta/Tevo Little Monster/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/generic/Configuration_adv.h b/config/examples/delta/generic/Configuration_adv.h index 29485a1dca..39749f07ba 100644 --- a/config/examples/delta/generic/Configuration_adv.h +++ b/config/examples/delta/generic/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/kossel_mini/Configuration_adv.h b/config/examples/delta/kossel_mini/Configuration_adv.h index 3ac997f63b..60e6f7b619 100644 --- a/config/examples/delta/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/kossel_mini/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/delta/kossel_xl/Configuration_adv.h b/config/examples/delta/kossel_xl/Configuration_adv.h index 528f003671..32b0e372ef 100644 --- a/config/examples/delta/kossel_xl/Configuration_adv.h +++ b/config/examples/delta/kossel_xl/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/config/examples/gCreate/gMax1.5+/Configuration_adv.h index c1b4373f2e..b2e8e5e859 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration_adv.h +++ b/config/examples/gCreate/gMax1.5+/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/makibox/Configuration_adv.h b/config/examples/makibox/Configuration_adv.h index 438e759454..71677eeef9 100644 --- a/config/examples/makibox/Configuration_adv.h +++ b/config/examples/makibox/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/tvrrug/Round2/Configuration_adv.h b/config/examples/tvrrug/Round2/Configuration_adv.h index 8d91fdcdbe..5566746b6b 100644 --- a/config/examples/tvrrug/Round2/Configuration_adv.h +++ b/config/examples/tvrrug/Round2/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and diff --git a/config/examples/wt150/Configuration_adv.h b/config/examples/wt150/Configuration_adv.h index e1a4da393d..0b1ab4e249 100644 --- a/config/examples/wt150/Configuration_adv.h +++ b/config/examples/wt150/Configuration_adv.h @@ -404,20 +404,20 @@ * The inactive carriage is parked automatically to prevent oozing. * X1 is the left carriage, X2 the right. They park and home at opposite ends of the X axis. * By default the X2 stepper is assigned to the first unused E plug on the board. - * + * * The following Dual X Carriage modes can be selected with M605 S: - * + * * 0 : (FULL_CONTROL) The slicer has full control over both X-carriages and can achieve optimal travel * results as long as it supports dual X-carriages. (M605 S0) - * + * * 1 : (AUTO_PARK) The firmware automatically parks and unparks the X-carriages on tool-change so * that additional slicer support is not required. (M605 S1) - * + * * 2 : (DUPLICATION) The firmware moves the second X-carriage and extruder in synchronization with * the first X-carriage and extruder, to print 2 copies of the same object at the same time. * Set the constant X-offset and temperature differential with M605 S2 X[offs] R[deg] and * follow with M605 S2 to initiate duplicated movement. - * + * * 3 : (MIRRORED) Formbot/Vivedino-inspired mirrored mode in which the second extruder duplicates * the movement of the first except the second extruder is reversed in the X axis. * Set the initial X offset and temperature differential with M605 S2 X[offs] R[deg] and