diff --git a/config/default/Configuration.h b/config/default/Configuration.h index fa5c98d078..201f08f81a 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/3DFabXYZ/Migbot/Configuration.h b/config/examples/3DFabXYZ/Migbot/Configuration.h index 97fd1cf11e..3908bf1265 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/3DMatik/XL/Configuration.h b/config/examples/3DMatik/XL/Configuration.h index 5e3211e781..fb9647d534 100644 --- a/config/examples/3DMatik/XL/Configuration.h +++ b/config/examples/3DMatik/XL/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/ADIMLab/Gantry v1/Configuration.h b/config/examples/ADIMLab/Gantry v1/Configuration.h index 7b319ceb5e..72e48ab4fd 100644 --- a/config/examples/ADIMLab/Gantry v1/Configuration.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/ADIMLab/Gantry v2/Configuration.h b/config/examples/ADIMLab/Gantry v2/Configuration.h index b4dd4baef2..801c5dcdd1 100644 --- a/config/examples/ADIMLab/Gantry v2/Configuration.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Alfawise/U20-bltouch/Configuration.h b/config/examples/Alfawise/U20-bltouch/Configuration.h index 5078f5379f..5e9990a2b3 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration.h @@ -165,7 +165,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Alfawise/U20/Configuration.h b/config/examples/Alfawise/U20/Configuration.h index 54e1840442..1bc39df52d 100644 --- a/config/examples/Alfawise/U20/Configuration.h +++ b/config/examples/Alfawise/U20/Configuration.h @@ -165,7 +165,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AliExpress/CL-260/Configuration.h b/config/examples/AliExpress/CL-260/Configuration.h index 06512b78e1..d31ee6c3a3 100644 --- a/config/examples/AliExpress/CL-260/Configuration.h +++ b/config/examples/AliExpress/CL-260/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AliExpress/UM2pExt/Configuration.h b/config/examples/AliExpress/UM2pExt/Configuration.h index c8191485bb..b5adc9eb66 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration.h +++ b/config/examples/AliExpress/UM2pExt/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/A2/Configuration.h b/config/examples/Anet/A2/Configuration.h index 8ba41f416e..1c2197b900 100644 --- a/config/examples/Anet/A2/Configuration.h +++ b/config/examples/Anet/A2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/A2plus/Configuration.h b/config/examples/Anet/A2plus/Configuration.h index 96eb9356dd..d5af12efb8 100644 --- a/config/examples/Anet/A2plus/Configuration.h +++ b/config/examples/Anet/A2plus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/A6/Configuration.h b/config/examples/Anet/A6/Configuration.h index 9cd628e00c..19bcd93a5e 100644 --- a/config/examples/Anet/A6/Configuration.h +++ b/config/examples/Anet/A6/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/A8/Configuration.h b/config/examples/Anet/A8/Configuration.h index ad89b97596..44827869fc 100644 --- a/config/examples/Anet/A8/Configuration.h +++ b/config/examples/Anet/A8/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/A8plus/Configuration.h b/config/examples/Anet/A8plus/Configuration.h index 50c59268d6..fe1f2120f9 100644 --- a/config/examples/Anet/A8plus/Configuration.h +++ b/config/examples/Anet/A8plus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/A9/Configuration.h b/config/examples/Anet/A9/Configuration.h index 8422a7147d..87cd7bcee6 100644 --- a/config/examples/Anet/A9/Configuration.h +++ b/config/examples/Anet/A9/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/E10/Configuration.h b/config/examples/Anet/E10/Configuration.h index efa25691ae..f77f3db854 100644 --- a/config/examples/Anet/E10/Configuration.h +++ b/config/examples/Anet/E10/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h b/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h index 801d5af4de..36a91e6a6d 100644 --- a/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h +++ b/config/examples/Anet/E16/BTT SKR 1.3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/E16/Stock/Configuration.h b/config/examples/Anet/E16/Stock/Configuration.h index cc9d4f4351..6f2ef7e33d 100644 --- a/config/examples/Anet/E16/Stock/Configuration.h +++ b/config/examples/Anet/E16/Stock/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET4+/Configuration.h b/config/examples/Anet/ET4+/Configuration.h index 66371b9761..ebce4d7af1 100644 --- a/config/examples/Anet/ET4+/Configuration.h +++ b/config/examples/Anet/ET4+/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET4-Pro/Configuration.h b/config/examples/Anet/ET4-Pro/Configuration.h index 9903388889..94feede984 100644 --- a/config/examples/Anet/ET4-Pro/Configuration.h +++ b/config/examples/Anet/ET4-Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET4/Configuration.h b/config/examples/Anet/ET4/Configuration.h index 450dcf2e1a..5b776b8df7 100644 --- a/config/examples/Anet/ET4/Configuration.h +++ b/config/examples/Anet/ET4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET4X/Configuration.h b/config/examples/Anet/ET4X/Configuration.h index 30f9d480ce..0df3b387ab 100644 --- a/config/examples/Anet/ET4X/Configuration.h +++ b/config/examples/Anet/ET4X/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET5-Pro/Configuration.h b/config/examples/Anet/ET5-Pro/Configuration.h index 2dd2f81197..1c9c1c3c80 100644 --- a/config/examples/Anet/ET5-Pro/Configuration.h +++ b/config/examples/Anet/ET5-Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET5/Configuration.h b/config/examples/Anet/ET5/Configuration.h index 158cdd1fe0..9fff871f36 100644 --- a/config/examples/Anet/ET5/Configuration.h +++ b/config/examples/Anet/ET5/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Anet/ET5X/Configuration.h b/config/examples/Anet/ET5X/Configuration.h index e8400466e5..ed19e6b253 100644 --- a/config/examples/Anet/ET5X/Configuration.h +++ b/config/examples/Anet/ET5X/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/Chiron/Configuration.h b/config/examples/AnyCubic/Chiron/Configuration.h index 7c536da4a5..dcdf1b7b09 100644 --- a/config/examples/AnyCubic/Chiron/Configuration.h +++ b/config/examples/AnyCubic/Chiron/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h index dfda55185b..3a42bb98e1 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h index a0ac507182..0ac6397054 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h index 17560fef52..db5f3e0978 100644 --- a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h +++ b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/Vyper/Configuration.h b/config/examples/AnyCubic/Vyper/Configuration.h index 65d9a1aca5..297ccb0b7c 100644 --- a/config/examples/AnyCubic/Vyper/Configuration.h +++ b/config/examples/AnyCubic/Vyper/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h index bb9c43bf83..a677f841cf 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration.h @@ -150,7 +150,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h index cb61a5088b..35de517d7e 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/AnyCubic/i3/Configuration.h b/config/examples/AnyCubic/i3/Configuration.h index 40b7294e16..0e4845ca52 100644 --- a/config/examples/AnyCubic/i3/Configuration.h +++ b/config/examples/AnyCubic/i3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/ArmEd/Configuration.h b/config/examples/ArmEd/Configuration.h index 3a7e15f6de..337021d5b4 100644 --- a/config/examples/ArmEd/Configuration.h +++ b/config/examples/ArmEd/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Genius Pro/Configuration.h b/config/examples/Artillery/Genius Pro/Configuration.h index 27b72e4778..7ae0de4961 100644 --- a/config/examples/Artillery/Genius Pro/Configuration.h +++ b/config/examples/Artillery/Genius Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Genius/BLTouch/Configuration.h b/config/examples/Artillery/Genius/BLTouch/Configuration.h index c60aa97ef5..d85bde275e 100644 --- a/config/examples/Artillery/Genius/BLTouch/Configuration.h +++ b/config/examples/Artillery/Genius/BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Genius/V1/Configuration.h b/config/examples/Artillery/Genius/V1/Configuration.h index c939a861d1..a5f963bad8 100644 --- a/config/examples/Artillery/Genius/V1/Configuration.h +++ b/config/examples/Artillery/Genius/V1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Hornet/Configuration.h b/config/examples/Artillery/Hornet/Configuration.h index 72fcc8266d..de201a53fd 100644 --- a/config/examples/Artillery/Hornet/Configuration.h +++ b/config/examples/Artillery/Hornet/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h index 60f6e07f53..510e31e2b1 100644 --- a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h +++ b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Sidewinder X1/V1/Configuration.h b/config/examples/Artillery/Sidewinder X1/V1/Configuration.h index b0c0b3afe4..9a05cbc26f 100644 --- a/config/examples/Artillery/Sidewinder X1/V1/Configuration.h +++ b/config/examples/Artillery/Sidewinder X1/V1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Artillery/Sidewinder X2/Configuration.h b/config/examples/Artillery/Sidewinder X2/Configuration.h index 26b9e019e9..49c3038775 100644 --- a/config/examples/Artillery/Sidewinder X2/Configuration.h +++ b/config/examples/Artillery/Sidewinder X2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Azteeg/X5GT/Configuration.h b/config/examples/Azteeg/X5GT/Configuration.h index 344ca9c3e3..3e2f293b90 100644 --- a/config/examples/Azteeg/X5GT/Configuration.h +++ b/config/examples/Azteeg/X5GT/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration.h b/config/examples/BIBO/TouchX/cyclops/Configuration.h index 06bd8388d4..5f15b76946 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h b/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h index 98736fbeea..beaf96dddc 100644 --- a/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h +++ b/config/examples/BIBO/TouchX/default - BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIBO/TouchX/default/Configuration.h b/config/examples/BIBO/TouchX/default/Configuration.h index 34a103da58..870203d584 100644 --- a/config/examples/BIBO/TouchX/default/Configuration.h +++ b/config/examples/BIBO/TouchX/default/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIQU/B1 SE Plus/Configuration.h b/config/examples/BIQU/B1 SE Plus/Configuration.h index 145ce80d7b..bd524780b4 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIQU/B1 SE/Configuration.h b/config/examples/BIQU/B1 SE/Configuration.h index bc420e437a..b57653ee49 100644 --- a/config/examples/BIQU/B1 SE/Configuration.h +++ b/config/examples/BIQU/B1 SE/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIQU/B1/Configuration.h b/config/examples/BIQU/B1/Configuration.h index 28fa674d86..12a3f8b57b 100644 --- a/config/examples/BIQU/B1/Configuration.h +++ b/config/examples/BIQU/B1/Configuration.h @@ -134,7 +134,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 0d9ab0cac4..1aab953367 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -141,7 +141,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIQU/Hurakan/Configuration.h b/config/examples/BIQU/Hurakan/Configuration.h index 604e901371..cba6be2406 100644 --- a/config/examples/BIQU/Hurakan/Configuration.h +++ b/config/examples/BIQU/Hurakan/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BIQU/Thunder Standard/Configuration.h b/config/examples/BIQU/Thunder Standard/Configuration.h index 032ef09f5a..3f86a3c54b 100644 --- a/config/examples/BIQU/Thunder Standard/Configuration.h +++ b/config/examples/BIQU/Thunder Standard/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BQ/Hephestos/Configuration.h b/config/examples/BQ/Hephestos/Configuration.h index f2208a9ca8..8bc02d475a 100644 --- a/config/examples/BQ/Hephestos/Configuration.h +++ b/config/examples/BQ/Hephestos/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BQ/Hephestos_2/Configuration.h b/config/examples/BQ/Hephestos_2/Configuration.h index 197a636a1f..e46349fe97 100644 --- a/config/examples/BQ/Hephestos_2/Configuration.h +++ b/config/examples/BQ/Hephestos_2/Configuration.h @@ -135,7 +135,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/BQ/WITBOX/Configuration.h b/config/examples/BQ/WITBOX/Configuration.h index e54e72472e..35eb7019da 100644 --- a/config/examples/BQ/WITBOX/Configuration.h +++ b/config/examples/BQ/WITBOX/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/CNC/miniRambo/Configuration.h b/config/examples/CNC/miniRambo/Configuration.h index 5c1fdf1095..aaf099d8f1 100644 --- a/config/examples/CNC/miniRambo/Configuration.h +++ b/config/examples/CNC/miniRambo/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/CTC/A13/Configuration.h b/config/examples/CTC/A13/Configuration.h index 643b1f55e3..fee1bafd8e 100644 --- a/config/examples/CTC/A13/Configuration.h +++ b/config/examples/CTC/A13/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/CTC/Bizer/Configuration.h b/config/examples/CTC/Bizer/Configuration.h index addb5804d9..226a8f87fc 100644 --- a/config/examples/CTC/Bizer/Configuration.h +++ b/config/examples/CTC/Bizer/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h index cf29e8c1c5..dc13eb087d 100644 --- a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h +++ b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Cartesio/Configuration.h b/config/examples/Cartesio/Configuration.h index 7116b1b8cc..a4742a9e4a 100644 --- a/config/examples/Cartesio/Configuration.h +++ b/config/examples/Cartesio/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Copymaster3D/300/Configuration.h b/config/examples/Copymaster3D/300/Configuration.h index 450a628c41..585864cb76 100644 --- a/config/examples/Copymaster3D/300/Configuration.h +++ b/config/examples/Copymaster3D/300/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Copymaster3D/400/Configuration.h b/config/examples/Copymaster3D/400/Configuration.h index a5b158d00c..6e5c07972f 100644 --- a/config/examples/Copymaster3D/400/Configuration.h +++ b/config/examples/Copymaster3D/400/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Copymaster3D/500/Configuration.h b/config/examples/Copymaster3D/500/Configuration.h index 474ed98688..95516bcc80 100644 --- a/config/examples/Copymaster3D/500/Configuration.h +++ b/config/examples/Copymaster3D/500/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 Max/Configuration.h b/config/examples/Creality/CR-10 Max/Configuration.h index 3eaf72eb63..ea2513d15c 100644 --- a/config/examples/Creality/CR-10 Max/Configuration.h +++ b/config/examples/Creality/CR-10 Max/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h index cd15599740..49f44f386a 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -136,7 +136,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h index da04a7b327..c77dc1e911 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -136,7 +136,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h index 040160e037..b186c29002 100644 --- a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration.h @@ -136,7 +136,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h index 1a41af7fef..b0cf88850c 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h index bfcb08fcde..dc74944bdb 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h index 8c846d607c..ae15484a8a 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h index 1b518c5104..10d1de5f23 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h index efd94b89bb..672622f448 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration.h index d3a6dc8244..071a1945c7 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV2.2 - BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration.h b/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration.h index 03347ff479..3768755a8d 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration.h +++ b/config/examples/Creality/CR-10 S5/CrealityV427 - BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 V2/Configuration.h b/config/examples/Creality/CR-10 V2/Configuration.h index a5031db617..580afe01c4 100644 --- a/config/examples/Creality/CR-10 V2/Configuration.h +++ b/config/examples/Creality/CR-10 V2/Configuration.h @@ -134,7 +134,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration.h b/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration.h index 961f83f598..9725800c1f 100644 --- a/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration.h +++ b/config/examples/Creality/CR-10 V3/BigTreeTech SKR Mini E3 v3/Configuration.h @@ -134,7 +134,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10 V3/Stock/Configuration.h b/config/examples/Creality/CR-10 V3/Stock/Configuration.h index e560384d07..e460447eed 100644 --- a/config/examples/Creality/CR-10 V3/Stock/Configuration.h +++ b/config/examples/Creality/CR-10 V3/Stock/Configuration.h @@ -134,7 +134,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h index e021698822..058b9638ad 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h index 587eec3279..b66d5d42a8 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10/CrealityV1/Configuration.h b/config/examples/Creality/CR-10/CrealityV1/Configuration.h index bf8c59a4e7..f959c57ddb 100644 --- a/config/examples/Creality/CR-10/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S Pro/Configuration.h b/config/examples/Creality/CR-10S Pro/Configuration.h index a26e7f156f..8b13813b2d 100644 --- a/config/examples/Creality/CR-10S Pro/Configuration.h +++ b/config/examples/Creality/CR-10S Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h index 309249f3f1..ea1677d86d 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h index 0200a5bf3b..9ef2281868 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h index e9b4a8fd21..68e2f8796a 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration.h index dd47cfaaae..ce300b4e6f 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h index 3ad2a23a6e..2ab6ca2c80 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration.h b/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration.h index d8de84f65d..76ccd51f1d 100644 --- a/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration.h +++ b/config/examples/Creality/CR-10S/CrealityV1 - BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-10S/CrealityV1/Configuration.h b/config/examples/Creality/CR-10S/CrealityV1/Configuration.h index 51e430a30a..ead86160d6 100644 --- a/config/examples/Creality/CR-10S/CrealityV1/Configuration.h +++ b/config/examples/Creality/CR-10S/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-20 Pro/Configuration.h b/config/examples/Creality/CR-20 Pro/Configuration.h index e30b9c0143..ec2e16c29c 100644 --- a/config/examples/Creality/CR-20 Pro/Configuration.h +++ b/config/examples/Creality/CR-20 Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h index fd311ec748..749ae89778 100644 --- a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h +++ b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-20/Stock/Configuration.h b/config/examples/Creality/CR-20/Stock/Configuration.h index 5f8efa5b74..a0a1fb1f63 100644 --- a/config/examples/Creality/CR-20/Stock/Configuration.h +++ b/config/examples/Creality/CR-20/Stock/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-30 PrintMill/Configuration.h b/config/examples/Creality/CR-30 PrintMill/Configuration.h index d997035ae4..29ad4a35c6 100644 --- a/config/examples/Creality/CR-30 PrintMill/Configuration.h +++ b/config/examples/Creality/CR-30 PrintMill/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-6 SE/Configuration.h b/config/examples/Creality/CR-6 SE/Configuration.h index f4d9341dbb..ec145395f5 100644 --- a/config/examples/Creality/CR-6 SE/Configuration.h +++ b/config/examples/Creality/CR-6 SE/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/CR-8/Configuration.h b/config/examples/Creality/CR-8/Configuration.h index e93b69bd89..f21bd01aed 100644 --- a/config/examples/Creality/CR-8/Configuration.h +++ b/config/examples/Creality/CR-8/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration.h b/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration.h index 809e02877f..690d148bb5 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV24S4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h index f44cb31855..9ad8258d9a 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-2/Configuration.h b/config/examples/Creality/Ender-2/Configuration.h index 7f69a067f4..18c759dada 100644 --- a/config/examples/Creality/Ender-2/Configuration.h +++ b/config/examples/Creality/Ender-2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Max Neo/Configuration.h b/config/examples/Creality/Ender-3 Max Neo/Configuration.h index 6ea34ff0de..3dd4608273 100644 --- a/config/examples/Creality/Ender-3 Max Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 Max Neo/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Max/Configuration.h b/config/examples/Creality/Ender-3 Max/Configuration.h index 919ae54a31..468acfa522 100644 --- a/config/examples/Creality/Ender-3 Max/Configuration.h +++ b/config/examples/Creality/Ender-3 Max/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Neo/Configuration.h b/config/examples/Creality/Ender-3 Neo/Configuration.h index 5025974edd..427ee6e9ae 100644 --- a/config/examples/Creality/Ender-3 Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 Neo/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h index 4125577b50..c3d1c86572 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h index 34c56bcfe4..5bee8057ff 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h index daebc35631..8008ce4060 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h index 70fb11c9c9..9b699150e7 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h index fc0ffd49b5..0ce2a55565 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration.h b/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration.h index d7eb5ca72d..b17bb055de 100644 --- a/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/Creality free-runs/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h index e3e7a0299b..94dde3deaa 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h index a389f82008..379ba7abdd 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration.h @@ -126,7 +126,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration.h index 92bf111f7b..5accddfcde 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427 - BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h index b403747a76..71dae4bc28 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 S1 Plus/Configuration.h b/config/examples/Creality/Ender-3 S1 Plus/Configuration.h index e822ec6042..8d2cebe79a 100644 --- a/config/examples/Creality/Ender-3 S1 Plus/Configuration.h +++ b/config/examples/Creality/Ender-3 S1 Plus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 S1 Pro/Configuration.h b/config/examples/Creality/Ender-3 S1 Pro/Configuration.h index 616b143e50..28e11c100e 100644 --- a/config/examples/Creality/Ender-3 S1 Pro/Configuration.h +++ b/config/examples/Creality/Ender-3 S1 Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h index 1c826a1e3f..bb79eadcf7 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h +++ b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h index 54f1f5ec22..647f0e04b2 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h +++ b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration.h index 5a9bebe682..58d895fbbb 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3 V2 Neo/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration.h index f86c92fe1d..f146d25c2f 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3 V2 Neo/CrealityV422/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h index b5c5a39bed..65ba58b5d2 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h index 2ca4fdeb9b..3f1d791f79 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration.h index ed7da0d890..ac39de24f1 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/CrealityUI/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration.h index 7e2a5dac1b..f40c7816ad 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 2.0/MarlinUI/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration.h index 7c13ca87ff..6341752881 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/CrealityUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration.h index 1bbc617fbd..29432e1be3 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 3.0/MarlinUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h index 12297d108e..63ab1db8f4 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h index 780f3bbc36..18a36aade8 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration.h index 6f7ab19f10..c882552588 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/CrealityUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration.h b/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration.h index 7650679b33..5ab4b734a6 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV427/MarlinUI/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h index f1461dd85e..87d5ee40bc 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h index 5134035878..eefcc6efdc 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h index a349e6b0bb..be2fcc5e29 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h index f7dd86aa2e..d65b4d88a9 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h index 0acbd7b2e8..0e29bec0b9 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h index d40af14cef..b3de3f16ed 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h index 4cf3f2b794..f998b25a89 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h index 70c31016cd..50ad17a74f 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h index fd5dbd729e..cd8d799b70 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h index 87bbd3a715..a87c4a758c 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h index b094aebe81..8c03345d8c 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/Creality free-runs/Configuration.h b/config/examples/Creality/Ender-3/Creality free-runs/Configuration.h index 134c238010..d3a0e6e329 100644 --- a/config/examples/Creality/Ender-3/Creality free-runs/Configuration.h +++ b/config/examples/Creality/Ender-3/Creality free-runs/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/CrealityV1/Configuration.h b/config/examples/Creality/Ender-3/CrealityV1/Configuration.h index 50e3dcfb95..80567a0b15 100644 --- a/config/examples/Creality/Ender-3/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/CrealityV422/Configuration.h b/config/examples/Creality/Ender-3/CrealityV422/Configuration.h index cb8478c908..82bb2de702 100644 --- a/config/examples/Creality/Ender-3/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV422/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/CrealityV427/Configuration.h b/config/examples/Creality/Ender-3/CrealityV427/Configuration.h index f0b6f0e882..52c7ffe1d8 100644 --- a/config/examples/Creality/Ender-3/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-3/CrealityV427/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h index 155ac43809..f03a66c75c 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h index 0ae8624077..b8128f982a 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h index 23a87e3beb..04a984b0a9 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h index 0cb273a2d4..ea278a4ad4 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h index 8d06213881..08e689b04f 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h index 591c7821fd..0435faddd6 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h index 0c2cadd725..b9bec78046 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h index f1dee71348..7d24ebd4c4 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h index 4d14b00714..dc6e00763a 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h index 9ed1c4c259..333e642d2c 100644 --- a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h +++ b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-4/Configuration.h b/config/examples/Creality/Ender-4/Configuration.h index fd98c7b51f..59b419c30c 100644 --- a/config/examples/Creality/Ender-4/Configuration.h +++ b/config/examples/Creality/Ender-4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h index db5a1a91b8..41f38428f6 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h index a248efb4e4..e4fc24b541 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h index 1953b99d94..3ea73c6bdf 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h index b77d59bf07..7d7ea7a487 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h index 3191ef0811..0d8cdabd55 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h index 2b8dfdd592..65dd236e67 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h index b251ac7af0..5e0aaf8bb2 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h index 8dad43bdce..06bb9bfca5 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h index d75c507b5a..efc1ee77be 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h index 26557342ca..c526903a6e 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5 S1/Configuration.h b/config/examples/Creality/Ender-5 S1/Configuration.h index 27618b3e4b..f3bed38104 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration.h +++ b/config/examples/Creality/Ender-5 S1/Configuration.h @@ -143,7 +143,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h index bc1edf97e0..9391315a84 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h index 549dbf9448..1b8ac5c1d6 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h index ecb61fa871..82688632d8 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h index c2315aca58..03fa96f27d 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h index 0b45a8124e..aac39b517d 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/Creality free-runs/Configuration.h b/config/examples/Creality/Ender-5/Creality free-runs/Configuration.h index 53aa9cdd33..3d493cb15d 100644 --- a/config/examples/Creality/Ender-5/Creality free-runs/Configuration.h +++ b/config/examples/Creality/Ender-5/Creality free-runs/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/CrealityV1/Configuration.h b/config/examples/Creality/Ender-5/CrealityV1/Configuration.h index 314e7544fe..78f9f601c0 100644 --- a/config/examples/Creality/Ender-5/CrealityV1/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration.h b/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration.h index a212282383..ce5ec6ba28 100644 --- a/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV427 with BLTouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-5/CrealityV427/Configuration.h b/config/examples/Creality/Ender-5/CrealityV427/Configuration.h index 1d41a6b262..1a6ef13cb5 100644 --- a/config/examples/Creality/Ender-5/CrealityV427/Configuration.h +++ b/config/examples/Creality/Ender-5/CrealityV427/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Creality/Ender-6/Configuration.h b/config/examples/Creality/Ender-6/Configuration.h index a3572a2941..bedcaa3b95 100644 --- a/config/examples/Creality/Ender-6/Configuration.h +++ b/config/examples/Creality/Ender-6/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Dagoma/Disco Ultimate/Configuration.h b/config/examples/Dagoma/Disco Ultimate/Configuration.h index 620ef8214e..041089de4d 100644 --- a/config/examples/Dagoma/Disco Ultimate/Configuration.h +++ b/config/examples/Dagoma/Disco Ultimate/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Daycom/3DP-100/Configuration.h b/config/examples/Daycom/3DP-100/Configuration.h index 68b62a3b7c..f2cb776b52 100644 --- a/config/examples/Daycom/3DP-100/Configuration.h +++ b/config/examples/Daycom/3DP-100/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/E3D/BigBox Dual/Configuration.h b/config/examples/E3D/BigBox Dual/Configuration.h index 796af955aa..6f2fc7721e 100644 --- a/config/examples/E3D/BigBox Dual/Configuration.h +++ b/config/examples/E3D/BigBox Dual/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/EXP3D/Imprimante multifonction/Configuration.h b/config/examples/EXP3D/Imprimante multifonction/Configuration.h index 354210ba7b..58403385e2 100644 --- a/config/examples/EXP3D/Imprimante multifonction/Configuration.h +++ b/config/examples/EXP3D/Imprimante multifonction/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/EasyThreeD/ET4000PLUS/Configuration.h b/config/examples/EasyThreeD/ET4000PLUS/Configuration.h index daed2f70e3..5adbe5fd79 100644 --- a/config/examples/EasyThreeD/ET4000PLUS/Configuration.h +++ b/config/examples/EasyThreeD/ET4000PLUS/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Eazao/Zero/Configuration.h b/config/examples/Eazao/Zero/Configuration.h index 754eb17134..e067f2e002 100644 --- a/config/examples/Eazao/Zero/Configuration.h +++ b/config/examples/Eazao/Zero/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Einstart-S/Configuration.h b/config/examples/Einstart-S/Configuration.h index 8767bffa32..0ad35f03ce 100644 --- a/config/examples/Einstart-S/Configuration.h +++ b/config/examples/Einstart-S/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Elegoo/Neptune 2/Configuration.h b/config/examples/Elegoo/Neptune 2/Configuration.h index 5a59448741..d5baf1eb45 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration.h +++ b/config/examples/Elegoo/Neptune 2/Configuration.h @@ -150,7 +150,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Eryone/Thinker SE/Configuration.h b/config/examples/Eryone/Thinker SE/Configuration.h index c6a2b62481..d258339ec7 100644 --- a/config/examples/Eryone/Thinker SE/Configuration.h +++ b/config/examples/Eryone/Thinker SE/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Eryone/Thinker V2/Configuration.h b/config/examples/Eryone/Thinker V2/Configuration.h index 7d882b84ec..e6b255e1b8 100644 --- a/config/examples/Eryone/Thinker V2/Configuration.h +++ b/config/examples/Eryone/Thinker V2/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FYSETC/AIO_II/Configuration.h b/config/examples/FYSETC/AIO_II/Configuration.h index fc1ced5cf2..aaba3a126d 100644 --- a/config/examples/FYSETC/AIO_II/Configuration.h +++ b/config/examples/FYSETC/AIO_II/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FYSETC/F6_13/Configuration.h b/config/examples/FYSETC/F6_13/Configuration.h index 04e9dc45f4..0e14a23fb7 100644 --- a/config/examples/FYSETC/F6_13/Configuration.h +++ b/config/examples/FYSETC/F6_13/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FYSETC/S6/Configuration.h b/config/examples/FYSETC/S6/Configuration.h index 756ee31766..05fb0fbbb6 100644 --- a/config/examples/FYSETC/S6/Configuration.h +++ b/config/examples/FYSETC/S6/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Felix/DUAL/Configuration.h b/config/examples/Felix/DUAL/Configuration.h index 9b7dfab558..ed6621d5e0 100644 --- a/config/examples/Felix/DUAL/Configuration.h +++ b/config/examples/Felix/DUAL/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Felix/Single/Configuration.h b/config/examples/Felix/Single/Configuration.h index a38398dd46..1a499f75d4 100644 --- a/config/examples/Felix/Single/Configuration.h +++ b/config/examples/Felix/Single/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FlashForge/Creator 2X/Configuration.h b/config/examples/FlashForge/Creator 2X/Configuration.h index 018627e9ce..f7eed492ec 100644 --- a/config/examples/FlashForge/Creator 2X/Configuration.h +++ b/config/examples/FlashForge/Creator 2X/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FlashForge/CreatorPro/Configuration.h b/config/examples/FlashForge/CreatorPro/Configuration.h index 5e1517635a..fdb0c5b8ad 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration.h +++ b/config/examples/FlashForge/CreatorPro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration.h b/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration.h index 4257761944..00f38913ca 100644 --- a/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration.h +++ b/config/examples/FlyingBear/FlyingBearGhost_v3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FlyingBear/P902/Configuration.h b/config/examples/FlyingBear/P902/Configuration.h index 75e1a76fb9..993004a171 100644 --- a/config/examples/FlyingBear/P902/Configuration.h +++ b/config/examples/FlyingBear/P902/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FlyingBear/P905H/Configuration.h b/config/examples/FlyingBear/P905H/Configuration.h index 9da09cb124..3bb5a6f4fb 100644 --- a/config/examples/FlyingBear/P905H/Configuration.h +++ b/config/examples/FlyingBear/P905H/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FoamCutter/generic/Configuration.h b/config/examples/FoamCutter/generic/Configuration.h index 8f2d1593e3..4dfaa53f5c 100644 --- a/config/examples/FoamCutter/generic/Configuration.h +++ b/config/examples/FoamCutter/generic/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FoamCutter/rcKeith/Configuration.h b/config/examples/FoamCutter/rcKeith/Configuration.h index 56c50be6b2..a1c96ed543 100644 --- a/config/examples/FoamCutter/rcKeith/Configuration.h +++ b/config/examples/FoamCutter/rcKeith/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FolgerTech/FT-5 R2/Configuration.h b/config/examples/FolgerTech/FT-5 R2/Configuration.h index 1822947786..8e3197624b 100644 --- a/config/examples/FolgerTech/FT-5 R2/Configuration.h +++ b/config/examples/FolgerTech/FT-5 R2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/FolgerTech/i3-2020/Configuration.h b/config/examples/FolgerTech/i3-2020/Configuration.h index 548362cea1..8505319086 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration.h +++ b/config/examples/FolgerTech/i3-2020/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Formbot/Raptor/Configuration.h b/config/examples/Formbot/Raptor/Configuration.h index c6bc91ca4f..4182e13829 100644 --- a/config/examples/Formbot/Raptor/Configuration.h +++ b/config/examples/Formbot/Raptor/Configuration.h @@ -170,7 +170,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10/Configuration.h b/config/examples/Geeetech/A10/Configuration.h index 202b75ba5c..332ad7e602 100644 --- a/config/examples/Geeetech/A10/Configuration.h +++ b/config/examples/Geeetech/A10/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10D/Configuration.h b/config/examples/Geeetech/A10D/Configuration.h index 1de81c41ab..036a53f399 100644 --- a/config/examples/Geeetech/A10D/Configuration.h +++ b/config/examples/Geeetech/A10D/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10M/Stock LCD/Configuration.h b/config/examples/Geeetech/A10M/Stock LCD/Configuration.h index 0cd207ac00..9758ce0f87 100644 --- a/config/examples/Geeetech/A10M/Stock LCD/Configuration.h +++ b/config/examples/Geeetech/A10M/Stock LCD/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h index 1b42e6a5b2..5fcc6f8212 100644 --- a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h +++ b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10PRO/Configuration.h b/config/examples/Geeetech/A10PRO/Configuration.h index 038a8042b4..c6bf9eff76 100644 --- a/config/examples/Geeetech/A10PRO/Configuration.h +++ b/config/examples/Geeetech/A10PRO/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10T/Stock LCD/Configuration.h b/config/examples/Geeetech/A10T/Stock LCD/Configuration.h index 4ea79b0663..9d7b0dc4c6 100644 --- a/config/examples/Geeetech/A10T/Stock LCD/Configuration.h +++ b/config/examples/Geeetech/A10T/Stock LCD/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h index 39c97b15a9..1ad1a17c19 100644 --- a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h +++ b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A20/Configuration.h b/config/examples/Geeetech/A20/Configuration.h index 9147b1f985..2ca5da6848 100644 --- a/config/examples/Geeetech/A20/Configuration.h +++ b/config/examples/Geeetech/A20/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A20M/Configuration.h b/config/examples/Geeetech/A20M/Configuration.h index 4f9e87e26b..fe85b5b0f0 100644 --- a/config/examples/Geeetech/A20M/Configuration.h +++ b/config/examples/Geeetech/A20M/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A20T/Configuration.h b/config/examples/Geeetech/A20T/Configuration.h index 1fbbeec271..43a5a9aa67 100644 --- a/config/examples/Geeetech/A20T/Configuration.h +++ b/config/examples/Geeetech/A20T/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A30/Configuration.h b/config/examples/Geeetech/A30/Configuration.h index cac9533b1f..e4968820e7 100644 --- a/config/examples/Geeetech/A30/Configuration.h +++ b/config/examples/Geeetech/A30/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A30M/Configuration.h b/config/examples/Geeetech/A30M/Configuration.h index dc67d00407..e8c8fae365 100644 --- a/config/examples/Geeetech/A30M/Configuration.h +++ b/config/examples/Geeetech/A30M/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/A30T/Configuration.h b/config/examples/Geeetech/A30T/Configuration.h index 19cf60803a..e396f30a12 100644 --- a/config/examples/Geeetech/A30T/Configuration.h +++ b/config/examples/Geeetech/A30T/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/D200/Configuration.h b/config/examples/Geeetech/D200/Configuration.h index 9dd23797bd..7c76c251fb 100644 --- a/config/examples/Geeetech/D200/Configuration.h +++ b/config/examples/Geeetech/D200/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Duplicator5/Configuration.h b/config/examples/Geeetech/Duplicator5/Configuration.h index 41571b2bea..2ff7e557a6 100644 --- a/config/examples/Geeetech/Duplicator5/Configuration.h +++ b/config/examples/Geeetech/Duplicator5/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/E180/Configuration.h b/config/examples/Geeetech/E180/Configuration.h index 6d03ef5699..6d6a03b1ba 100644 --- a/config/examples/Geeetech/E180/Configuration.h +++ b/config/examples/Geeetech/E180/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/GT2560/Configuration.h b/config/examples/Geeetech/GT2560/Configuration.h index e94417facc..eb13db4cf9 100644 --- a/config/examples/Geeetech/GT2560/Configuration.h +++ b/config/examples/Geeetech/GT2560/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h index df1fc439b3..c44730c78a 100644 --- a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h +++ b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/M201/Configuration.h b/config/examples/Geeetech/M201/Configuration.h index bc5b93c6d3..e86dc1cc55 100644 --- a/config/examples/Geeetech/M201/Configuration.h +++ b/config/examples/Geeetech/M201/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/MeCreator2/Configuration.h b/config/examples/Geeetech/MeCreator2/Configuration.h index 0b3d766c5b..f3667e4ada 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration.h +++ b/config/examples/Geeetech/MeCreator2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Me_creator/Configuration.h b/config/examples/Geeetech/Me_creator/Configuration.h index 072ab57cc8..a7c555612c 100644 --- a/config/examples/Geeetech/Me_creator/Configuration.h +++ b/config/examples/Geeetech/Me_creator/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Me_ducer/Configuration.h b/config/examples/Geeetech/Me_ducer/Configuration.h index c4475e3cad..2220f06191 100644 --- a/config/examples/Geeetech/Me_ducer/Configuration.h +++ b/config/examples/Geeetech/Me_ducer/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/PI3A PRO/Configuration.h b/config/examples/Geeetech/PI3A PRO/Configuration.h index 04e1da3462..334eeaca66 100644 --- a/config/examples/Geeetech/PI3A PRO/Configuration.h +++ b/config/examples/Geeetech/PI3A PRO/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h index 49f4c7ce41..0a04a0c95c 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h index a2f69dce08..bd7ee7ea99 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h index 21bf7abe2d..d97161f402 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h index 66860d5bcb..7f64d4461f 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/HMS434/Configuration.h b/config/examples/HMS434/Configuration.h index c2343db70c..10cd0b09c4 100644 --- a/config/examples/HMS434/Configuration.h +++ b/config/examples/HMS434/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Hictop/3DP-17/Configuration.h b/config/examples/Hictop/3DP-17/Configuration.h index 194c4e5356..9cfe2effb9 100644 --- a/config/examples/Hictop/3DP-17/Configuration.h +++ b/config/examples/Hictop/3DP-17/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Infitary/i3-M508/Configuration.h b/config/examples/Infitary/i3-M508/Configuration.h index c66c69bcb9..2d5c8040a8 100644 --- a/config/examples/Infitary/i3-M508/Configuration.h +++ b/config/examples/Infitary/i3-M508/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Intamsys/FunmatHT 4988/Configuration.h b/config/examples/Intamsys/FunmatHT 4988/Configuration.h index 1e0fdd66d3..b074952543 100644 --- a/config/examples/Intamsys/FunmatHT 4988/Configuration.h +++ b/config/examples/Intamsys/FunmatHT 4988/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/JGAurora/A1/Configuration.h b/config/examples/JGAurora/A1/Configuration.h index a16d29989c..e96d22b3fb 100644 --- a/config/examples/JGAurora/A1/Configuration.h +++ b/config/examples/JGAurora/A1/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/JGAurora/A3/Configuration.h b/config/examples/JGAurora/A3/Configuration.h index d1067b8a45..217b75362a 100644 --- a/config/examples/JGAurora/A3/Configuration.h +++ b/config/examples/JGAurora/A3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/JGAurora/A5/Configuration.h b/config/examples/JGAurora/A5/Configuration.h index f70665337e..4e8381328d 100644 --- a/config/examples/JGAurora/A5/Configuration.h +++ b/config/examples/JGAurora/A5/Configuration.h @@ -132,7 +132,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/JGAurora/A5S/Configuration.h b/config/examples/JGAurora/A5S/Configuration.h index f49833111e..7e6dd8205f 100644 --- a/config/examples/JGAurora/A5S/Configuration.h +++ b/config/examples/JGAurora/A5S/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/JGAurora/Magic/Configuration.h b/config/examples/JGAurora/Magic/Configuration.h index ade61407cf..6ecfd7f792 100644 --- a/config/examples/JGAurora/Magic/Configuration.h +++ b/config/examples/JGAurora/Magic/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Kingroon/KP3/Configuration.h b/config/examples/Kingroon/KP3/Configuration.h index df8ebf4dca..6673e62d35 100644 --- a/config/examples/Kingroon/KP3/Configuration.h +++ b/config/examples/Kingroon/KP3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Kingroon/KP3S/Configuration.h b/config/examples/Kingroon/KP3S/Configuration.h index e3ba7b5f11..72594b7537 100644 --- a/config/examples/Kingroon/KP3S/Configuration.h +++ b/config/examples/Kingroon/KP3S/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Kingroon/KP3S_Pro/Configuration.h b/config/examples/Kingroon/KP3S_Pro/Configuration.h index e5f5d09cb9..b42a100a83 100644 --- a/config/examples/Kingroon/KP3S_Pro/Configuration.h +++ b/config/examples/Kingroon/KP3S_Pro/Configuration.h @@ -148,7 +148,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Kingroon/KP5L-DIY/Configuration.h b/config/examples/Kingroon/KP5L-DIY/Configuration.h index 7b5e73fb52..77c3cb9644 100644 --- a/config/examples/Kingroon/KP5L-DIY/Configuration.h +++ b/config/examples/Kingroon/KP5L-DIY/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Labists/ET4/Configuration.h b/config/examples/Labists/ET4/Configuration.h index 3ae821e71e..927b8113b9 100644 --- a/config/examples/Labists/ET4/Configuration.h +++ b/config/examples/Labists/ET4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Longer/LK5/Configuration.h b/config/examples/Longer/LK5/Configuration.h index 1f990a6e5b..f7a84b6543 100644 --- a/config/examples/Longer/LK5/Configuration.h +++ b/config/examples/Longer/LK5/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/LulzBot/TAZ4/Configuration.h b/config/examples/LulzBot/TAZ4/Configuration.h index 1273d8c1be..f1e6f23206 100644 --- a/config/examples/LulzBot/TAZ4/Configuration.h +++ b/config/examples/LulzBot/TAZ4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/MBot/Cube/Configuration.h b/config/examples/MBot/Cube/Configuration.h index a4efa81983..dba8a85933 100644 --- a/config/examples/MBot/Cube/Configuration.h +++ b/config/examples/MBot/Cube/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/MakerFarm/Pegasus 12/Configuration.h b/config/examples/MakerFarm/Pegasus 12/Configuration.h index 1e2a04e925..685e50769c 100644 --- a/config/examples/MakerFarm/Pegasus 12/Configuration.h +++ b/config/examples/MakerFarm/Pegasus 12/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/MakerParts/Configuration.h b/config/examples/MakerParts/Configuration.h index 610cdecfdc..b7140fd79f 100644 --- a/config/examples/MakerParts/Configuration.h +++ b/config/examples/MakerParts/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h index 1e2626dc6e..4e03ce2c4a 100644 --- a/config/examples/MakerTech3D/Proforge2sDual/Configuration.h +++ b/config/examples/MakerTech3D/Proforge2sDual/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Malyan/M150/Configuration.h b/config/examples/Malyan/M150/Configuration.h index 668666826e..7e404d0d7f 100644 --- a/config/examples/Malyan/M150/Configuration.h +++ b/config/examples/Malyan/M150/Configuration.h @@ -132,7 +132,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Malyan/M180/Configuration.h b/config/examples/Malyan/M180/Configuration.h index 50feb1dd63..bba5a37a79 100644 --- a/config/examples/Malyan/M180/Configuration.h +++ b/config/examples/Malyan/M180/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Malyan/M200/Configuration.h b/config/examples/Malyan/M200/Configuration.h index 996a6101bb..14939efbdb 100644 --- a/config/examples/Malyan/M200/Configuration.h +++ b/config/examples/Malyan/M200/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Materia101/Configuration.h b/config/examples/Materia101/Configuration.h index 9753a3aad9..01cb0af696 100644 --- a/config/examples/Materia101/Configuration.h +++ b/config/examples/Materia101/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Micromake/C1/basic/Configuration.h b/config/examples/Micromake/C1/basic/Configuration.h index c512107085..844bedb534 100644 --- a/config/examples/Micromake/C1/basic/Configuration.h +++ b/config/examples/Micromake/C1/basic/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Micromake/C1/enhanced/Configuration.h b/config/examples/Micromake/C1/enhanced/Configuration.h index ffe8974e82..c571dbde8d 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration.h +++ b/config/examples/Micromake/C1/enhanced/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Mks/Robin/Configuration.h b/config/examples/Mks/Robin/Configuration.h index 9c7764a298..386a6b35f8 100644 --- a/config/examples/Mks/Robin/Configuration.h +++ b/config/examples/Mks/Robin/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Mks/Robin_Lite3/Configuration.h b/config/examples/Mks/Robin_Lite3/Configuration.h index ec6f8d2f4d..c49314f2a9 100644 --- a/config/examples/Mks/Robin_Lite3/Configuration.h +++ b/config/examples/Mks/Robin_Lite3/Configuration.h @@ -135,7 +135,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Mks/Robin_Pro/Configuration.h b/config/examples/Mks/Robin_Pro/Configuration.h index 7ae2c07f08..3bde318b64 100644 --- a/config/examples/Mks/Robin_Pro/Configuration.h +++ b/config/examples/Mks/Robin_Pro/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Mks/Sbase/Configuration.h b/config/examples/Mks/Sbase/Configuration.h index 2fb1adc061..9652d45cce 100644 --- a/config/examples/Mks/Sbase/Configuration.h +++ b/config/examples/Mks/Sbase/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Modix/Big60/Configuration.h b/config/examples/Modix/Big60/Configuration.h index 20374997cf..d4b38093f9 100644 --- a/config/examples/Modix/Big60/Configuration.h +++ b/config/examples/Modix/Big60/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Nextion/Configuration.h b/config/examples/Nextion/Configuration.h index d4b5a209af..0c36922f84 100644 --- a/config/examples/Nextion/Configuration.h +++ b/config/examples/Nextion/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h index 0a49a1c023..9739a7503a 100644 --- a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h +++ b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Opulo/Lumen_REV3/Configuration.h b/config/examples/Opulo/Lumen_REV3/Configuration.h index 518fa41cd1..c3405169b4 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Opulo/Lumen_REV4/Configuration.h b/config/examples/Opulo/Lumen_REV4/Configuration.h index 78faf97669..871b5629ae 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Opulo/Lumen_REV5/Configuration.h b/config/examples/Opulo/Lumen_REV5/Configuration.h index bdcd9333b4..8c3b485f30 100644 --- a/config/examples/Opulo/Lumen_REV5/Configuration.h +++ b/config/examples/Opulo/Lumen_REV5/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Ortur 4/Configuration.h b/config/examples/Ortur 4/Configuration.h index 4d4fb6a50e..70d954c649 100644 --- a/config/examples/Ortur 4/Configuration.h +++ b/config/examples/Ortur 4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Polargraph/Configuration.h b/config/examples/Polargraph/Configuration.h index 7acc2b18e2..156ee56ac5 100644 --- a/config/examples/Polargraph/Configuration.h +++ b/config/examples/Polargraph/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Printrbot/PrintrboardG2/Configuration.h b/config/examples/Printrbot/PrintrboardG2/Configuration.h index e263117187..3addd2c3e1 100644 --- a/config/examples/Printrbot/PrintrboardG2/Configuration.h +++ b/config/examples/Printrbot/PrintrboardG2/Configuration.h @@ -128,7 +128,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Printrbot/Simple Metal RevD/Configuration.h b/config/examples/Printrbot/Simple Metal RevD/Configuration.h index 39550fa950..339ff25992 100644 --- a/config/examples/Printrbot/Simple Metal RevD/Configuration.h +++ b/config/examples/Printrbot/Simple Metal RevD/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Printrbot/Simple_Metal_RevF6/Configuration.h b/config/examples/Printrbot/Simple_Metal_RevF6/Configuration.h index f2e0606ca5..e13e3f0c15 100644 --- a/config/examples/Printrbot/Simple_Metal_RevF6/Configuration.h +++ b/config/examples/Printrbot/Simple_Metal_RevF6/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Prusa/MK3/Configuration.h b/config/examples/Prusa/MK3/Configuration.h index 8d158678bf..a7670a44c9 100644 --- a/config/examples/Prusa/MK3/Configuration.h +++ b/config/examples/Prusa/MK3/Configuration.h @@ -146,7 +146,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h index 96dd4e23f0..e5b5a0a1b4 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration.h @@ -139,7 +139,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Qidi/Qidi 1/Configuration.h b/config/examples/Qidi/Qidi 1/Configuration.h index b9c3e46ca6..f7b6785a4d 100644 --- a/config/examples/Qidi/Qidi 1/Configuration.h +++ b/config/examples/Qidi/Qidi 1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Raiscube/A8r/Configuration.h b/config/examples/Raiscube/A8r/Configuration.h index 2cc15fdeea..0c37096bf3 100644 --- a/config/examples/Raiscube/A8r/Configuration.h +++ b/config/examples/Raiscube/A8r/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/RapideLite/RL200/Configuration.h b/config/examples/RapideLite/RL200/Configuration.h index 85a0d22517..4c1c178fdd 100644 --- a/config/examples/RapideLite/RL200/Configuration.h +++ b/config/examples/RapideLite/RL200/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Renkforce/RF100/Configuration.h b/config/examples/Renkforce/RF100/Configuration.h index 6bcb9c9d26..36627e4ab8 100644 --- a/config/examples/Renkforce/RF100/Configuration.h +++ b/config/examples/Renkforce/RF100/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Renkforce/RF100XL/Configuration.h b/config/examples/Renkforce/RF100XL/Configuration.h index b4ec48767f..b3aef9e4de 100644 --- a/config/examples/Renkforce/RF100XL/Configuration.h +++ b/config/examples/Renkforce/RF100XL/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Renkforce/RF100v2/Configuration.h b/config/examples/Renkforce/RF100v2/Configuration.h index 61bb734190..11ce22b683 100644 --- a/config/examples/Renkforce/RF100v2/Configuration.h +++ b/config/examples/Renkforce/RF100v2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/RepRapPro/Huxley/Configuration.h b/config/examples/RepRapPro/Huxley/Configuration.h index 120ad4489e..8ce0813560 100644 --- a/config/examples/RepRapPro/Huxley/Configuration.h +++ b/config/examples/RepRapPro/Huxley/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/RepRapWorld/Megatronics/Configuration.h b/config/examples/RepRapWorld/Megatronics/Configuration.h index a09401f6db..d03596e856 100644 --- a/config/examples/RepRapWorld/Megatronics/Configuration.h +++ b/config/examples/RepRapWorld/Megatronics/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/RepRapWorld/Minitronics11/Configuration.h b/config/examples/RepRapWorld/Minitronics11/Configuration.h index 41a20d4ab7..ec8e7b5487 100644 --- a/config/examples/RepRapWorld/Minitronics11/Configuration.h +++ b/config/examples/RepRapWorld/Minitronics11/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h index 4e29cce50b..edd01f37c4 100644 --- a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h +++ b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/RigidBot/Configuration.h b/config/examples/RigidBot/Configuration.h index fb5652c567..fde4829749 100644 --- a/config/examples/RigidBot/Configuration.h +++ b/config/examples/RigidBot/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Robo3D/R1+/Configuration.h b/config/examples/Robo3D/R1+/Configuration.h index 5d9a529ef6..9bea9a9754 100644 --- a/config/examples/Robo3D/R1+/Configuration.h +++ b/config/examples/Robo3D/R1+/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Rolohaun/Rook MK1/Configuration.h b/config/examples/Rolohaun/Rook MK1/Configuration.h index 3a16586714..3b5d43feff 100644 --- a/config/examples/Rolohaun/Rook MK1/Configuration.h +++ b/config/examples/Rolohaun/Rook MK1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/SCARA/MP_SCARA/Configuration.h b/config/examples/SCARA/MP_SCARA/Configuration.h index 1656b8cf71..fbab4926be 100644 --- a/config/examples/SCARA/MP_SCARA/Configuration.h +++ b/config/examples/SCARA/MP_SCARA/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/SCARA/Morgan/Configuration.h b/config/examples/SCARA/Morgan/Configuration.h index bfd4ddcd85..a26b6f8d27 100644 --- a/config/examples/SCARA/Morgan/Configuration.h +++ b/config/examples/SCARA/Morgan/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration.h b/config/examples/STM32/Black_STM32F407VET6/Configuration.h index b9153ca408..97a5f58bda 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/STM32/STM32F103RE/Configuration.h b/config/examples/STM32/STM32F103RE/Configuration.h index d321b92ff9..b9beb1fd8a 100644 --- a/config/examples/STM32/STM32F103RE/Configuration.h +++ b/config/examples/STM32/STM32F103RE/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Simax/Mi-M200/Configuration.h b/config/examples/Simax/Mi-M200/Configuration.h index a939b10fdd..5345fb1770 100644 --- a/config/examples/Simax/Mi-M200/Configuration.h +++ b/config/examples/Simax/Mi-M200/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index 13634b71a0..de32367695 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -142,7 +142,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h index 709ea39a2f..ff0e820fad 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h index a34214029e..dcd87e599a 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h index 9367d0ecf0..fb27f6183a 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-01/CrealityV22/Configuration.h b/config/examples/Sovol/SV-01/CrealityV22/Configuration.h index 07e2feb123..aacddef029 100644 --- a/config/examples/Sovol/SV-01/CrealityV22/Configuration.h +++ b/config/examples/Sovol/SV-01/CrealityV22/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-01/CrealityV221/Configuration.h b/config/examples/Sovol/SV-01/CrealityV221/Configuration.h index 5fb5822988..1a8941d74a 100644 --- a/config/examples/Sovol/SV-01/CrealityV221/Configuration.h +++ b/config/examples/Sovol/SV-01/CrealityV221/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-02/Configuration.h b/config/examples/Sovol/SV-02/Configuration.h index 017e4c0582..9e3b348fcc 100644 --- a/config/examples/Sovol/SV-02/Configuration.h +++ b/config/examples/Sovol/SV-02/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-03/Configuration.h b/config/examples/Sovol/SV-03/Configuration.h index ed218fb724..a7fabf5ff6 100644 --- a/config/examples/Sovol/SV-03/Configuration.h +++ b/config/examples/Sovol/SV-03/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-05/Configuration.h b/config/examples/Sovol/SV-05/Configuration.h index e17b05ba59..36ca00f7a4 100644 --- a/config/examples/Sovol/SV-05/Configuration.h +++ b/config/examples/Sovol/SV-05/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-06 Plus/Configuration.h b/config/examples/Sovol/SV-06 Plus/Configuration.h index 02d41f2e5d..034fbb27d4 100644 --- a/config/examples/Sovol/SV-06 Plus/Configuration.h +++ b/config/examples/Sovol/SV-06 Plus/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sovol/SV-06/Configuration.h b/config/examples/Sovol/SV-06/Configuration.h index 7594519912..410d4fc39c 100644 --- a/config/examples/Sovol/SV-06/Configuration.h +++ b/config/examples/Sovol/SV-06/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sunlu/S8/Configuration.h b/config/examples/Sunlu/S8/Configuration.h index cb8780c3d8..57dd9a94cb 100644 --- a/config/examples/Sunlu/S8/Configuration.h +++ b/config/examples/Sunlu/S8/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Sunlu/T3/Configuration.h b/config/examples/Sunlu/T3/Configuration.h index 94ba4bf1c9..8478008820 100644 --- a/config/examples/Sunlu/T3/Configuration.h +++ b/config/examples/Sunlu/T3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/TPARA/AXEL_TPARA/Configuration.h b/config/examples/TPARA/AXEL_TPARA/Configuration.h index 3d26bde42d..699f468388 100644 --- a/config/examples/TPARA/AXEL_TPARA/Configuration.h +++ b/config/examples/TPARA/AXEL_TPARA/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tevo/Michelangelo/Configuration.h b/config/examples/Tevo/Michelangelo/Configuration.h index 87bbcc68a3..9c20838139 100644 --- a/config/examples/Tevo/Michelangelo/Configuration.h +++ b/config/examples/Tevo/Michelangelo/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tevo/Nereus/Configuration.h b/config/examples/Tevo/Nereus/Configuration.h index d8956caeec..a2038bb3e6 100644 --- a/config/examples/Tevo/Nereus/Configuration.h +++ b/config/examples/Tevo/Nereus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h index 2e05d81270..86a39664ad 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h +++ b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h index d057a93d18..a49b90db8f 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h +++ b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h index d2a1afa6f8..4a35875b33 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h index e20a30c6af..35dd84be5a 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h +++ b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h index 0f4906238b..29beba36f1 100644 --- a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h +++ b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/TinyBoy2/Configuration.h b/config/examples/TinyBoy2/Configuration.h index ecb133d566..1cdc09af7b 100644 --- a/config/examples/TinyBoy2/Configuration.h +++ b/config/examples/TinyBoy2/Configuration.h @@ -143,7 +143,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h index 93332fabf2..249543fb1e 100644 --- a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h +++ b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X1/Configuration.h b/config/examples/Tronxy/X1/Configuration.h index 7299b5bd9b..0c0623db9e 100644 --- a/config/examples/Tronxy/X1/Configuration.h +++ b/config/examples/Tronxy/X1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X3A/Configuration.h b/config/examples/Tronxy/X3A/Configuration.h index 90db7f04fd..04c3d598ed 100644 --- a/config/examples/Tronxy/X3A/Configuration.h +++ b/config/examples/Tronxy/X3A/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h index dce5355cab..197de2f3a6 100644 --- a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h +++ b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h index 8c0f1a9e9f..9e93fa6901 100644 --- a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h +++ b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X5S/Configuration.h b/config/examples/Tronxy/X5S/Configuration.h index 109dc8c3e5..2fc33cb84d 100644 --- a/config/examples/Tronxy/X5S/Configuration.h +++ b/config/examples/Tronxy/X5S/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X5SA-2E/Configuration.h b/config/examples/Tronxy/X5SA-2E/Configuration.h index 64d468e590..97b2b852fe 100644 --- a/config/examples/Tronxy/X5SA-2E/Configuration.h +++ b/config/examples/Tronxy/X5SA-2E/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/X5SA/Configuration.h b/config/examples/Tronxy/X5SA/Configuration.h index ff82d924a1..b50bc8cb31 100644 --- a/config/examples/Tronxy/X5SA/Configuration.h +++ b/config/examples/Tronxy/X5SA/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/XY100/Configuration.h b/config/examples/Tronxy/XY100/Configuration.h index 54a91102af..06ece45671 100644 --- a/config/examples/Tronxy/XY100/Configuration.h +++ b/config/examples/Tronxy/XY100/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Tronxy/XY2-Pro/Configuration.h b/config/examples/Tronxy/XY2-Pro/Configuration.h index 2f6990b8ff..3119b7023d 100644 --- a/config/examples/Tronxy/XY2-Pro/Configuration.h +++ b/config/examples/Tronxy/XY2-Pro/Configuration.h @@ -162,7 +162,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Turnigy/Fabrikator/Configuration.h b/config/examples/Turnigy/Fabrikator/Configuration.h index 4167941d8b..9ce4673744 100644 --- a/config/examples/Turnigy/Fabrikator/Configuration.h +++ b/config/examples/Turnigy/Fabrikator/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/BlueR Plus/Configuration.h b/config/examples/Two Trees/BlueR Plus/Configuration.h index b03d2a7241..ac9f5af2c2 100644 --- a/config/examples/Two Trees/BlueR Plus/Configuration.h +++ b/config/examples/Two Trees/BlueR Plus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h index d6b9916242..765240501c 100644 --- a/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V1/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h index c386e7d104..1fd60e6f20 100644 --- a/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V2/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h b/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h index 0f02043b17..a633185696 100644 --- a/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h +++ b/config/examples/Two Trees/BlueR/BlueR V3/Configuration.h @@ -135,7 +135,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/SP-5_V3/Configuration.h b/config/examples/Two Trees/SP-5_V3/Configuration.h index 2ee1db7f4c..e8993d850a 100644 --- a/config/examples/Two Trees/SP-5_V3/Configuration.h +++ b/config/examples/Two Trees/SP-5_V3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h index 42b8db140c..32594ab182 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration.h @@ -133,7 +133,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h index 75a813b4eb..860ea8d65d 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration.h @@ -133,7 +133,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Two Trees/Sapphire Pro/Configuration.h b/config/examples/Two Trees/Sapphire Pro/Configuration.h index bfcb3cc7f9..010adfe70a 100644 --- a/config/examples/Two Trees/Sapphire Pro/Configuration.h +++ b/config/examples/Two Trees/Sapphire Pro/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/UltiMachine/Archim1/Configuration.h b/config/examples/UltiMachine/Archim1/Configuration.h index c316443bd8..6bffc27c8f 100644 --- a/config/examples/UltiMachine/Archim1/Configuration.h +++ b/config/examples/UltiMachine/Archim1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/UltiMachine/Archim2/Configuration.h b/config/examples/UltiMachine/Archim2/Configuration.h index a7f84b771f..9b7cc21bdf 100644 --- a/config/examples/UltiMachine/Archim2/Configuration.h +++ b/config/examples/UltiMachine/Archim2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Ultimaker/Ultimaker 2+/Configuration.h b/config/examples/Ultimaker/Ultimaker 2+/Configuration.h index 4c712f2c0a..78931982ff 100644 --- a/config/examples/Ultimaker/Ultimaker 2+/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker 2+/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Ultimaker/Ultimaker 2/Configuration.h b/config/examples/Ultimaker/Ultimaker 2/Configuration.h index ed305e00ee..722d80a5aa 100644 --- a/config/examples/Ultimaker/Ultimaker 2/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker 2/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h index dc55545e9a..203fb8f12b 100644 --- a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h index 296be17eaa..937a579a24 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h index 4c86091325..3038b38bf9 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/VORONDesign/Configuration.h b/config/examples/VORONDesign/Configuration.h index fdf16ca158..a9f3c4da90 100644 --- a/config/examples/VORONDesign/Configuration.h +++ b/config/examples/VORONDesign/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Velleman/K8200 Upgraded/Configuration.h b/config/examples/Velleman/K8200 Upgraded/Configuration.h index 5a2ee8113d..ed8a484c58 100644 --- a/config/examples/Velleman/K8200 Upgraded/Configuration.h +++ b/config/examples/Velleman/K8200 Upgraded/Configuration.h @@ -149,7 +149,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Velleman/K8200/Configuration.h b/config/examples/Velleman/K8200/Configuration.h index 604e9d289f..65424f811a 100644 --- a/config/examples/Velleman/K8200/Configuration.h +++ b/config/examples/Velleman/K8200/Configuration.h @@ -151,7 +151,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Velleman/K8400/Dual-head/Configuration.h b/config/examples/Velleman/K8400/Dual-head/Configuration.h index face0ed049..23871a4503 100644 --- a/config/examples/Velleman/K8400/Dual-head/Configuration.h +++ b/config/examples/Velleman/K8400/Dual-head/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Velleman/K8400/Single-head/Configuration.h b/config/examples/Velleman/K8400/Single-head/Configuration.h index d580f39e00..bf61749479 100644 --- a/config/examples/Velleman/K8400/Single-head/Configuration.h +++ b/config/examples/Velleman/K8400/Single-head/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h index 7251762a6e..b8d94e684a 100644 --- a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h +++ b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/WASP/PowerWASP/Configuration.h b/config/examples/WASP/PowerWASP/Configuration.h index 4088ddbbd3..6a6c197528 100644 --- a/config/examples/WASP/PowerWASP/Configuration.h +++ b/config/examples/WASP/PowerWASP/Configuration.h @@ -140,7 +140,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Wanhao/Duplicator 4S/Configuration.h b/config/examples/Wanhao/Duplicator 4S/Configuration.h index 52cb18cff9..dbdcaa9bc3 100644 --- a/config/examples/Wanhao/Duplicator 4S/Configuration.h +++ b/config/examples/Wanhao/Duplicator 4S/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Wanhao/Duplicator 6/Configuration.h b/config/examples/Wanhao/Duplicator 6/Configuration.h index b7cecea9e2..5188dde62b 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h b/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h index 60094d5e1c..1b95247734 100644 --- a/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 2.1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h index 455b6c188f..5a49d9fe25 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h b/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h index 21d266641a..0b372db719 100644 --- a/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h +++ b/config/examples/Wanhao/Duplicator i3 Plus/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Weedo/Tina2/V2/Configuration.h b/config/examples/Weedo/Tina2/V2/Configuration.h index a30f832e5b..8846298d37 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration.h +++ b/config/examples/Weedo/Tina2/V2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Weedo/Tina2/V3/Configuration.h b/config/examples/Weedo/Tina2/V3/Configuration.h index 5961c6a0fb..28dc6bfd9d 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration.h +++ b/config/examples/Weedo/Tina2/V3/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Weistek/wt150/Configuration.h b/config/examples/Weistek/wt150/Configuration.h index 780c12d8c9..8fae8ff0c7 100644 --- a/config/examples/Weistek/wt150/Configuration.h +++ b/config/examples/Weistek/wt150/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Zonestar/P802M/Configuration.h b/config/examples/Zonestar/P802M/Configuration.h index 19b2490e98..89613b684f 100644 --- a/config/examples/Zonestar/P802M/Configuration.h +++ b/config/examples/Zonestar/P802M/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h index d629dc04e6..0db34d5251 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h index 96b8619cb6..edff641844 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h index 968470a3f9..3dfea9c34c 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration.h @@ -143,7 +143,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Anycubic/Kossel/Configuration.h b/config/examples/delta/Anycubic/Kossel/Configuration.h index 589bf30959..5c9958ffac 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration.h @@ -143,7 +143,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Anycubic/Predator/Configuration.h b/config/examples/delta/Anycubic/Predator/Configuration.h index 00313ac98c..ea7daea384 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration.h +++ b/config/examples/delta/Anycubic/Predator/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Dreammaker/Overlord/Configuration.h b/config/examples/delta/Dreammaker/Overlord/Configuration.h index f207859a71..e180eb9a45 100644 --- a/config/examples/delta/Dreammaker/Overlord/Configuration.h +++ b/config/examples/delta/Dreammaker/Overlord/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h index 4060c8bbd8..443ab95a15 100644 --- a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h +++ b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration.h @@ -130,7 +130,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h index f1ded41d25..e3b8ff1c4e 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h index 7be933b719..ae42ae66b1 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h +++ b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/QQ-S/Configuration.h b/config/examples/delta/FLSUN/QQ-S/Configuration.h index 70c0a42897..be3c35c6c1 100644 --- a/config/examples/delta/FLSUN/QQ-S/Configuration.h +++ b/config/examples/delta/FLSUN/QQ-S/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h index 67a79ca3d4..f405441b5f 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h index 8cd171f8e1..ca0f374bcc 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/kossel/Configuration.h b/config/examples/delta/FLSUN/kossel/Configuration.h index 43c1d6010c..fca1ed2109 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration.h +++ b/config/examples/delta/FLSUN/kossel/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration.h b/config/examples/delta/FLSUN/kossel_mini/Configuration.h index cd91a5641f..08a9998541 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Geeetech/G2/Configuration.h b/config/examples/delta/Geeetech/G2/Configuration.h index 84e71bea66..09bbcfa4ec 100644 --- a/config/examples/delta/Geeetech/G2/Configuration.h +++ b/config/examples/delta/Geeetech/G2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Geeetech/G2Pro/Configuration.h b/config/examples/delta/Geeetech/G2Pro/Configuration.h index 41709369ff..5fbdd72ae9 100644 --- a/config/examples/delta/Geeetech/G2Pro/Configuration.h +++ b/config/examples/delta/Geeetech/G2Pro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Geeetech/G2S/Configuration.h b/config/examples/delta/Geeetech/G2S/Configuration.h index 11d8d1f2c5..372f790bfb 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration.h +++ b/config/examples/delta/Geeetech/G2S/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Geeetech/G2SPro/Configuration.h b/config/examples/delta/Geeetech/G2SPro/Configuration.h index 0271edc703..0f786fb35a 100644 --- a/config/examples/delta/Geeetech/G2SPro/Configuration.h +++ b/config/examples/delta/Geeetech/G2SPro/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration.h b/config/examples/delta/Geeetech/Rostock 301/Configuration.h index 4d4ce0e255..2981c18ed3 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Hatchbox_Alpha/Configuration.h b/config/examples/delta/Hatchbox_Alpha/Configuration.h index 8cfb7a769a..9de10962e6 100644 --- a/config/examples/delta/Hatchbox_Alpha/Configuration.h +++ b/config/examples/delta/Hatchbox_Alpha/Configuration.h @@ -132,7 +132,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/MKS/SBASE/Configuration.h b/config/examples/delta/MKS/SBASE/Configuration.h index 28ab06ae20..d532379af7 100644 --- a/config/examples/delta/MKS/SBASE/Configuration.h +++ b/config/examples/delta/MKS/SBASE/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Malyan M300/Configuration.h b/config/examples/delta/Malyan M300/Configuration.h index 0ca3236f44..530013814f 100644 --- a/config/examples/delta/Malyan M300/Configuration.h +++ b/config/examples/delta/Malyan M300/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Tevo Little Monster/Configuration.h b/config/examples/delta/Tevo Little Monster/Configuration.h index 40068bc14a..a9091305cf 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration.h +++ b/config/examples/delta/Tevo Little Monster/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/Velleman/K8800/Configuration.h b/config/examples/delta/Velleman/K8800/Configuration.h index f7d21b92c1..c55f8029e4 100644 --- a/config/examples/delta/Velleman/K8800/Configuration.h +++ b/config/examples/delta/Velleman/K8800/Configuration.h @@ -138,7 +138,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/generic/Configuration.h b/config/examples/delta/generic/Configuration.h index b16097c528..fe386e7025 100644 --- a/config/examples/delta/generic/Configuration.h +++ b/config/examples/delta/generic/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/kossel_clear/Configuration.h b/config/examples/delta/kossel_clear/Configuration.h index 4fb88323aa..e548a4d65b 100644 --- a/config/examples/delta/kossel_clear/Configuration.h +++ b/config/examples/delta/kossel_clear/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/kossel_mini/Configuration.h b/config/examples/delta/kossel_mini/Configuration.h index 5a1dc8f51e..597818cd2d 100644 --- a/config/examples/delta/kossel_mini/Configuration.h +++ b/config/examples/delta/kossel_mini/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/kossel_pro/Configuration.h b/config/examples/delta/kossel_pro/Configuration.h index 47b60b984e..5227a12e86 100644 --- a/config/examples/delta/kossel_pro/Configuration.h +++ b/config/examples/delta/kossel_pro/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/delta/kossel_xl/Configuration.h b/config/examples/delta/kossel_xl/Configuration.h index 24739d3305..e5be45a6ab 100644 --- a/config/examples/delta/kossel_xl/Configuration.h +++ b/config/examples/delta/kossel_xl/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/gCreate/gMax1.5+/Configuration.h b/config/examples/gCreate/gMax1.5+/Configuration.h index 4c3d3ac90a..f2c7af2792 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration.h +++ b/config/examples/gCreate/gMax1.5+/Configuration.h @@ -131,7 +131,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h index c4448cd1e2..cc44725b6a 100644 --- a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h +++ b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration.h @@ -139,7 +139,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h index a89c432961..0874b83071 100644 --- a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h +++ b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration.h @@ -129,7 +129,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/makibox/Configuration.h b/config/examples/makibox/Configuration.h index 4290af1bca..81cbe58917 100644 --- a/config/examples/makibox/Configuration.h +++ b/config/examples/makibox/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/config/examples/tvrrug/Round2/Configuration.h b/config/examples/tvrrug/Round2/Configuration.h index 1b47df196e..819cdac383 100644 --- a/config/examples/tvrrug/Round2/Configuration.h +++ b/config/examples/tvrrug/Round2/Configuration.h @@ -127,7 +127,11 @@ #endif // Enable CAN bus support and protocol -//#define CAN_MASTER +//#define CAN_HOST +//#define CAN_TOOLHEAD +#if ANY(CAN_HOST, CAN_TOOLHEAD) + //#define CAN_DEBUG +#endif // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH