Просмотр исходного кода

Patch BAUDRATE line in configs

Scott Lahteine 8 лет назад
Родитель
Сommit
4f6bfabaad
22 измененных файлов: 22 добавлений и 22 удалений
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/example_configurations/Cartesio/Configuration.h
  3. 1
    1
      Marlin/example_configurations/Felix/Configuration.h
  4. 1
    1
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  5. 1
    1
      Marlin/example_configurations/Hephestos/Configuration.h
  6. 1
    1
      Marlin/example_configurations/Hephestos_2/Configuration.h
  7. 1
    1
      Marlin/example_configurations/K8200/Configuration.h
  8. 1
    1
      Marlin/example_configurations/K8400/Configuration.h
  9. 1
    1
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  10. 1
    1
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  11. 1
    1
      Marlin/example_configurations/RigidBot/Configuration.h
  12. 1
    1
      Marlin/example_configurations/SCARA/Configuration.h
  13. 1
    1
      Marlin/example_configurations/TAZ4/Configuration.h
  14. 1
    1
      Marlin/example_configurations/WITBOX/Configuration.h
  15. 1
    1
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  16. 1
    1
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  17. 1
    1
      Marlin/example_configurations/delta/generic/Configuration.h
  18. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  19. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  20. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  21. 1
    1
      Marlin/example_configurations/makibox/Configuration.h
  22. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration.h

+ 1
- 1
Marlin/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/K8400/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/K8400/Dual-head/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h Просмотреть файл

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

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Просмотреть файл

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

Загрузка…
Отмена
Сохранить