Skip to content

Commit 7c0e522

Browse files
authored
Merge pull request #5053 from thinkyhead/rc_fix_baud_config
Patch BAUDRATE line in configs
2 parents 083d41a + 4f6bfab commit 7c0e522

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/Cartesio/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 115200
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 115200
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/Felix/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/Felix/DUAL/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/Hephestos/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 115200
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 115200
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/Hephestos_2/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/K8200/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
*/
122122
#define SERIAL_PORT 0
123123

124-
#define BAUDRATE 250000
125124
/**
126125
* This setting determines the communication speed of the printer.
127126
*
@@ -130,6 +129,7 @@
130129
*
131130
* :[2400,9600,19200,38400,57600,115200,250000]
132131
*/
132+
#define BAUDRATE 250000
133133

134134
// Enable the Bluetooth serial interface on AT90USB devices
135135
//#define BLUETOOTH

Marlin/example_configurations/K8400/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/K8400/Dual-head/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
*/
115115
#define SERIAL_PORT 0
116116

117-
#define BAUDRATE 250000
118117
/**
119118
* This setting determines the communication speed of the printer.
120119
*
@@ -123,6 +122,7 @@
123122
*
124123
* :[2400,9600,19200,38400,57600,115200,250000]
125124
*/
125+
#define BAUDRATE 250000
126126

127127
// Enable the Bluetooth serial interface on AT90USB devices
128128
//#define BLUETOOTH

0 commit comments

Comments
 (0)