From 4f6bfabaad76b5b5ca8fdfc38e1f2d8b05a40e86 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 22 Oct 2016 00:48:52 -0500 Subject: [PATCH] Patch BAUDRATE line in configs --- Marlin/Configuration.h | 2 +- Marlin/example_configurations/Cartesio/Configuration.h | 2 +- Marlin/example_configurations/Felix/Configuration.h | 2 +- Marlin/example_configurations/Felix/DUAL/Configuration.h | 2 +- Marlin/example_configurations/Hephestos/Configuration.h | 2 +- Marlin/example_configurations/Hephestos_2/Configuration.h | 2 +- Marlin/example_configurations/K8200/Configuration.h | 2 +- Marlin/example_configurations/K8400/Configuration.h | 2 +- Marlin/example_configurations/K8400/Dual-head/Configuration.h | 2 +- .../RepRapWorld/Megatronics/Configuration.h | 2 +- Marlin/example_configurations/RigidBot/Configuration.h | 2 +- Marlin/example_configurations/SCARA/Configuration.h | 2 +- Marlin/example_configurations/TAZ4/Configuration.h | 2 +- Marlin/example_configurations/WITBOX/Configuration.h | 2 +- Marlin/example_configurations/adafruit/ST7565/Configuration.h | 2 +- Marlin/example_configurations/delta/biv2.5/Configuration.h | 2 +- Marlin/example_configurations/delta/generic/Configuration.h | 2 +- Marlin/example_configurations/delta/kossel_mini/Configuration.h | 2 +- Marlin/example_configurations/delta/kossel_pro/Configuration.h | 2 +- Marlin/example_configurations/delta/kossel_xl/Configuration.h | 2 +- Marlin/example_configurations/makibox/Configuration.h | 2 +- Marlin/example_configurations/tvrrug/Round2/Configuration.h | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2a11156002..7378774e59 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 318e15d3fd..7e498a3483 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 d5940affdb..11707fb5a2 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 6f39cf5d72..bb0e9a1452 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 d461704d68..168cd6f929 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 945425eb11..c4686f3e0d 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 f9c1aad8d3..b5e3da2005 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 93693baaf3..d015f7c416 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 138651faf0..a862ab64a3 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 b08323e6b4..b1d7f18a53 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 419e1abf94..ed96cc3f94 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 9768a23097..263214d569 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 9ec1e6e372..2a87372c01 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 9c9a0aa8f4..ec18a2ed09 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 d7e4535b5e..71bc9f02cd 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 9255cf5525..bb759e4d19 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 7c53722bd8..f3fb06a1b3 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 bb7fe14e60..5f5978d848 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 5adc2f6f1d..77d9b3a007 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 c5f2ca0448..e44374ebe9 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 8c202ae8ee..25e1ea2b18 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 e356a50dad..f0cf6c1ae8 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