diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 87c72790b315931c5e9fa5166c833e4b8c119c79..a595524bff323b216ce827360e7a59f848949d94 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -342,11 +342,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/Felix/Configuration.h b/Marlin/example_configurations/Felix/Configuration.h index 1092bf3351af7be400f28b26ed9b5ef5d98cdddc..faece4547e887ddccd168970e737e8185522c55a 100644 --- a/Marlin/example_configurations/Felix/Configuration.h +++ b/Marlin/example_configurations/Felix/Configuration.h @@ -324,11 +324,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/Felix/DUAL/Configuration.h b/Marlin/example_configurations/Felix/DUAL/Configuration.h index 1c16d5ca0ec580b478aaeb1ffe897e5893af6662..b6acb9c01a8f4839ed6eb3c678d8af0486caf957 100644 --- a/Marlin/example_configurations/Felix/DUAL/Configuration.h +++ b/Marlin/example_configurations/Felix/DUAL/Configuration.h @@ -322,11 +322,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index e25ea5bd8d561af4fef1087ea6cf358fbed4a8e6..f1f8743ebe18cca939bdcf7b0e52681cd3388dfd 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -334,11 +334,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/Hephestos_2/Configuration.h b/Marlin/example_configurations/Hephestos_2/Configuration.h index 5f2e0d5336d4b9386c552ffe5d3acb81db49fec2..948c4b40403420cb93320543c61e4f6be8eee595 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration.h @@ -336,11 +336,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h index 00fa13f355cae5e2595280337f42f3261eb05c1f..5a5d7f84e8e9e05badd378e7519fd524473e8d36 100644 --- a/Marlin/example_configurations/K8200/Configuration.h +++ b/Marlin/example_configurations/K8200/Configuration.h @@ -359,11 +359,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h index 6f1ee7d2e0c8e7cbab7971a28651890cd5acb817..31a4a76c0de854195a5e456a8ba2f175ded4e68d 100644 --- a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h +++ b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h @@ -342,11 +342,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index 09166c22976ae7af7f0827efb86f49f14b4ce2ea..395192b117b045e7c55f5bba45efe6a8a7d4fedf 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -336,11 +336,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index b16745e5131eec0b488575620c855f08bfacae6c..467629caa3e43de0536a8da6aa51c5a8cb2edfdf 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -350,11 +350,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/TAZ4/Configuration.h b/Marlin/example_configurations/TAZ4/Configuration.h index 6bc969327017072b4767b1c06f26119723f9e41e..60e263c0571ae4d98565d4d8093fd3fe27d97168 100644 --- a/Marlin/example_configurations/TAZ4/Configuration.h +++ b/Marlin/example_configurations/TAZ4/Configuration.h @@ -363,11 +363,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/WITBOX/Configuration.h b/Marlin/example_configurations/WITBOX/Configuration.h index 1c87153c7390d3b9df2d8a827cf290d97c967119..4d7ed69c750dacfe9c6d41e2efef80b6d90d6f8d 100644 --- a/Marlin/example_configurations/WITBOX/Configuration.h +++ b/Marlin/example_configurations/WITBOX/Configuration.h @@ -334,11 +334,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/adafruit/ST7565/Configuration.h b/Marlin/example_configurations/adafruit/ST7565/Configuration.h index 96619e79c72326e3f5314a67d1f5f7f0a07740ce..f407cff08ed1421b32fe7e1fdc9d37d72076f8b4 100644 --- a/Marlin/example_configurations/adafruit/ST7565/Configuration.h +++ b/Marlin/example_configurations/adafruit/ST7565/Configuration.h @@ -342,11 +342,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration.h b/Marlin/example_configurations/delta/biv2.5/Configuration.h index f041c17ffd7648d18129191917d94cfa8354a232..1c27aebc3a49e48ff67c6b6ee5188a080fa8d465 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration.h @@ -342,11 +342,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ //=========================================================================== //============================== Delta Settings ============================= diff --git a/Marlin/example_configurations/delta/generic/Configuration.h b/Marlin/example_configurations/delta/generic/Configuration.h index c2dd7084f45bbf9a1223bfb7da87f8a4f381e897..d0f791f74f5934b4410122ceedb130c1f407efdd 100644 --- a/Marlin/example_configurations/delta/generic/Configuration.h +++ b/Marlin/example_configurations/delta/generic/Configuration.h @@ -342,11 +342,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ //=========================================================================== //============================== Delta Settings ============================= diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration.h b/Marlin/example_configurations/delta/kossel_mini/Configuration.h index b12418733e678637b961beebf537c726746ea703..9a4d7d8aef6605f21fabebdb7950b63ba344f2a0 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration.h @@ -342,11 +342,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ //=========================================================================== //============================== Delta Settings ============================= diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration.h b/Marlin/example_configurations/delta/kossel_pro/Configuration.h index 1608e36b7abe2e0b2e7d2fc9324e122a21570404..a32794e270412a459568c528c2d3aa61194a770b 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration.h @@ -331,11 +331,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ //=========================================================================== //============================== Delta Settings ============================= diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration.h b/Marlin/example_configurations/delta/kossel_xl/Configuration.h index 9ac5519151f18808f287b75dd0b4ced2b49dc9f8..9b9311b3a375d55025782713c9895aeeda7ad344 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration.h @@ -340,11 +340,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ //=========================================================================== //============================== Delta Settings ============================= diff --git a/Marlin/example_configurations/makibox/Configuration.h b/Marlin/example_configurations/makibox/Configuration.h index 2fc005342b2b3f914c6edb4d0a8f16591176740e..6d75a3617e73513bfce99499c9ea931083b4f409 100644 --- a/Marlin/example_configurations/makibox/Configuration.h +++ b/Marlin/example_configurations/makibox/Configuration.h @@ -345,11 +345,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers //#define CONFIG_STEPPERS_TOSHIBA diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration.h b/Marlin/example_configurations/tvrrug/Round2/Configuration.h index 02c6e6c4df7719dc5a721042d8f69a6ed6bb1755..656da8db65f48d1a1be235d13170cf9a9ee8bcc3 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration.h @@ -332,11 +332,10 @@ // @section machine -// Uncomment this option to enable CoreXY kinematics +// Uncomment one of these options to enable CoreXY, CoreXZ, or CoreYZ kinematics //#define COREXY - -// Uncomment this option to enable CoreXZ kinematics //#define COREXZ +//#define COREYZ // Enable this option for Toshiba steppers #define CONFIG_STEPPERS_TOSHIBA