Browse Source

Patch BAUDRATE line in configs

Scott Lahteine 8 years ago
parent
commit
4f6bfabaad

+ 1
- 1
Marlin/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 115200
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 115200
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 115200
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 115200
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

121
  */
121
  */
122
 #define SERIAL_PORT 0
122
 #define SERIAL_PORT 0
123
 
123
 
124
-#define BAUDRATE 250000
125
 /**
124
 /**
126
  * This setting determines the communication speed of the printer.
125
  * This setting determines the communication speed of the printer.
127
  *
126
  *
130
  *
129
  *
131
  * :[2400,9600,19200,38400,57600,115200,250000]
130
  * :[2400,9600,19200,38400,57600,115200,250000]
132
  */
131
  */
132
+#define BAUDRATE 250000
133
 
133
 
134
 // Enable the Bluetooth serial interface on AT90USB devices
134
 // Enable the Bluetooth serial interface on AT90USB devices
135
 //#define BLUETOOTH
135
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 115200
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 115200
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

146
  */
146
  */
147
 #define SERIAL_PORT 0
147
 #define SERIAL_PORT 0
148
 
148
 
149
-#define BAUDRATE 250000
150
 /**
149
 /**
151
  * This setting determines the communication speed of the printer.
150
  * This setting determines the communication speed of the printer.
152
  *
151
  *
155
  *
154
  *
156
  * :[2400,9600,19200,38400,57600,115200,250000]
155
  * :[2400,9600,19200,38400,57600,115200,250000]
157
  */
156
  */
157
+#define BAUDRATE 250000
158
 
158
 
159
 // Enable the Bluetooth serial interface on AT90USB devices
159
 // Enable the Bluetooth serial interface on AT90USB devices
160
 //#define BLUETOOTH
160
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 115200
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 115200
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

120
  */
120
  */
121
 #define SERIAL_PORT 0
121
 #define SERIAL_PORT 0
122
 
122
 
123
-#define BAUDRATE 115200
124
 /**
123
 /**
125
  * This setting determines the communication speed of the printer.
124
  * This setting determines the communication speed of the printer.
126
  *
125
  *
129
  *
128
  *
130
  * :[2400,9600,19200,38400,57600,115200,250000]
129
  * :[2400,9600,19200,38400,57600,115200,250000]
131
  */
130
  */
131
+#define BAUDRATE 115200
132
 
132
 
133
 // Enable the Bluetooth serial interface on AT90USB devices
133
 // Enable the Bluetooth serial interface on AT90USB devices
134
 //#define BLUETOOTH
134
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

107
  */
107
  */
108
 #define SERIAL_PORT 0
108
 #define SERIAL_PORT 0
109
 
109
 
110
-#define BAUDRATE 250000
111
 /**
110
 /**
112
  * This setting determines the communication speed of the printer.
111
  * This setting determines the communication speed of the printer.
113
  *
112
  *
116
  *
115
  *
117
  * :[2400,9600,19200,38400,57600,115200,250000]
116
  * :[2400,9600,19200,38400,57600,115200,250000]
118
  */
117
  */
118
+#define BAUDRATE 250000
119
 
119
 
120
 // Enable the Bluetooth serial interface on AT90USB devices
120
 // Enable the Bluetooth serial interface on AT90USB devices
121
 //#define BLUETOOTH
121
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

114
  */
114
  */
115
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
117
-#define BAUDRATE 250000
118
 /**
117
 /**
119
  * This setting determines the communication speed of the printer.
118
  * This setting determines the communication speed of the printer.
120
  *
119
  *
123
  *
122
  *
124
  * :[2400,9600,19200,38400,57600,115200,250000]
123
  * :[2400,9600,19200,38400,57600,115200,250000]
125
  */
124
  */
125
+#define BAUDRATE 250000
126
 
126
 
127
 // Enable the Bluetooth serial interface on AT90USB devices
127
 // Enable the Bluetooth serial interface on AT90USB devices
128
 //#define BLUETOOTH
128
 //#define BLUETOOTH

Loading…
Cancel
Save