diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2a111560029a237b3de5c5908eaafb85de33f43f..7378774e5975da436d4fc82338507a29c916de9a 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/Cartesio/Configuration.h b/Marlin/example_configurations/Cartesio/Configuration.h index 318e15d3fde32a45987cb0473b581d9f427909fc..7e498a348389f8a10805b79b69eaa7316a61078b 100644 --- a/Marlin/example_configurations/Cartesio/Configuration.h +++ b/Marlin/example_configurations/Cartesio/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 115200 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 115200 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/Felix/Configuration.h b/Marlin/example_configurations/Felix/Configuration.h index d5940affdbd27306c88d114aa1aa64127778c11c..11707fb5a214bfda10ea9645bf74e44aee2b4310 100644 --- a/Marlin/example_configurations/Felix/Configuration.h +++ b/Marlin/example_configurations/Felix/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/Felix/DUAL/Configuration.h b/Marlin/example_configurations/Felix/DUAL/Configuration.h index 6f39cf5d72615ad58707de24ea9b982c10ac13e9..bb0e9a1452b4a8a0b7d5cf1770020c6447b9212d 100644 --- a/Marlin/example_configurations/Felix/DUAL/Configuration.h +++ b/Marlin/example_configurations/Felix/DUAL/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index d461704d68122d38cab8d0ea7f48e4832243df8d..168cd6f929aab85ed333cf126b39a493ea64f3a9 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 115200 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 115200 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/Hephestos_2/Configuration.h b/Marlin/example_configurations/Hephestos_2/Configuration.h index 945425eb11e598b3c256e7cfb607444e0c24a3a8..c4686f3e0df17715ad75747caf007b1175508dba 100644 --- a/Marlin/example_configurations/Hephestos_2/Configuration.h +++ b/Marlin/example_configurations/Hephestos_2/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h index f9c1aad8d3d58ab95b2ac3e1b986e5b3e3ae9709..b5e3da2005c3027d3cf6dc0465a035da8f420304 100644 --- a/Marlin/example_configurations/K8200/Configuration.h +++ b/Marlin/example_configurations/K8200/Configuration.h @@ -121,7 +121,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -130,6 +129,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/K8400/Configuration.h b/Marlin/example_configurations/K8400/Configuration.h index 93693baaf361401a32a894e5060f233c98a00150..d015f7c416a2513c3cc9785b138aef85995ec89f 100644 --- a/Marlin/example_configurations/K8400/Configuration.h +++ b/Marlin/example_configurations/K8400/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/K8400/Dual-head/Configuration.h b/Marlin/example_configurations/K8400/Dual-head/Configuration.h index 138651faf0646d877d4485234c591c7472fdad1f..a862ab64a37d2be32494db1c9c3d7a38cbd96915 100644 --- a/Marlin/example_configurations/K8400/Dual-head/Configuration.h +++ b/Marlin/example_configurations/K8400/Dual-head/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h index b08323e6b4100994f3536775d7cc707019b4bc44..b1d7f18a53d0fdbfad8a861f147870919f9d1e8c 100644 --- a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h +++ b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index 419e1abf94cb9e6f6280e0cb5560353f61bfa2f7..ed96cc3f94a8bed84a51dc6001630d30812ca2b9 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 115200 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 115200 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index 9768a23097c4ef64274473c8511bfeefba2b36dc..263214d56900b11c32eaa83df5c59d0089dec829 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -146,7 +146,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -155,6 +154,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/TAZ4/Configuration.h b/Marlin/example_configurations/TAZ4/Configuration.h index 9ec1e6e372b757033391979736cf6cd2f35face6..2a87372c017f75c9d697aa1d0649fe66c4efb994 100644 --- a/Marlin/example_configurations/TAZ4/Configuration.h +++ b/Marlin/example_configurations/TAZ4/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/WITBOX/Configuration.h b/Marlin/example_configurations/WITBOX/Configuration.h index 9c9a0aa8f4f57bd8959e311dff69b609e01c1ccb..ec18a2ed09e2e0565ce0baf34ae63d3330c57d9e 100644 --- a/Marlin/example_configurations/WITBOX/Configuration.h +++ b/Marlin/example_configurations/WITBOX/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 115200 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 115200 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/adafruit/ST7565/Configuration.h b/Marlin/example_configurations/adafruit/ST7565/Configuration.h index d7e4535b5ee295c4ee78513357536f6aa0c15f51..71bc9f02cdb110723b0610add9c060b99feb8c18 100644 --- a/Marlin/example_configurations/adafruit/ST7565/Configuration.h +++ b/Marlin/example_configurations/adafruit/ST7565/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration.h b/Marlin/example_configurations/delta/biv2.5/Configuration.h index 9255cf55252c90e7fa0ff54c6a7e5f5782ada4ba..bb759e4d1902939734f0fb8536e4c32046ead821 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/delta/generic/Configuration.h b/Marlin/example_configurations/delta/generic/Configuration.h index 7c53722bd85adcf0ed49da09631a3e9ed11da33a..f3fb06a1b3e641b74dfeda89719c0c043653e413 100644 --- a/Marlin/example_configurations/delta/generic/Configuration.h +++ b/Marlin/example_configurations/delta/generic/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration.h b/Marlin/example_configurations/delta/kossel_mini/Configuration.h index bb7fe14e60285a1f6353b608004d782abadd82aa..5f5978d84816acb7fe47b096f827fb36a53f35b1 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration.h b/Marlin/example_configurations/delta/kossel_pro/Configuration.h index 5adc2f6f1d6312e5708b0d7d535404f195d95c26..77d9b3a00711d70fd5a3c1739e0eb8e48ba9e581 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration.h @@ -120,7 +120,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 115200 /** * This setting determines the communication speed of the printer. * @@ -129,6 +128,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 115200 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration.h b/Marlin/example_configurations/delta/kossel_xl/Configuration.h index c5f2ca04488178e7ea82fd0d0c4ae9595e218525..e44374ebe923d7aba1925a1e1816d7fcbfc24f8b 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration.h @@ -107,7 +107,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -116,6 +115,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/makibox/Configuration.h b/Marlin/example_configurations/makibox/Configuration.h index 8c202ae8ee4aa0d74751fce6df24a641302a5f64..25e1ea2b18cf032ec9e2a682a8641129e5a17d76 100644 --- a/Marlin/example_configurations/makibox/Configuration.h +++ b/Marlin/example_configurations/makibox/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration.h b/Marlin/example_configurations/tvrrug/Round2/Configuration.h index e356a50dadf4501c70be707c25bc0eb8ae490d8d..f0cf6c1ae89c355d0239c073d793ed0c6c496da5 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration.h @@ -114,7 +114,6 @@ */ #define SERIAL_PORT 0 -#define BAUDRATE 250000 /** * This setting determines the communication speed of the printer. * @@ -123,6 +122,7 @@ * * :[2400,9600,19200,38400,57600,115200,250000] */ +#define BAUDRATE 250000 // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH