diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2a1115600..7378774e5 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 318e15d3f..7e498a348 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 d5940affd..11707fb5a 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 6f39cf5d7..bb0e9a145 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 d461704d6..168cd6f92 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 945425eb1..c4686f3e0 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 f9c1aad8d..b5e3da200 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 93693baaf..d015f7c41 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 138651faf..a862ab64a 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 b08323e6b..b1d7f18a5 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 419e1abf9..ed96cc3f9 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 9768a2309..263214d56 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 9ec1e6e37..2a87372c0 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 9c9a0aa8f..ec18a2ed0 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 d7e4535b5..71bc9f02c 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 9255cf552..bb759e4d1 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 7c53722bd..f3fb06a1b 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 bb7fe14e6..5f5978d84 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 5adc2f6f1..77d9b3a00 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 c5f2ca044..e44374ebe 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 8c202ae8e..25e1ea2b1 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 e356a50da..f0cf6c1ae 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