浏览代码

115K baud for Ender-3 and -5 (#14471)

thisiskeithb 5 年前
父节点
当前提交
d6265df962
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      config/examples/Creality/Ender-3/Configuration.h
  2. 1
    1
      config/examples/Creality/Ender-5/Configuration.h

+ 1
- 1
config/examples/Creality/Ender-3/Configuration.h 查看文件

124
  *
124
  *
125
  * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
125
  * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
126
  */
126
  */
127
-#define BAUDRATE 250000
127
+#define BAUDRATE 115200
128
 
128
 
129
 // Enable the Bluetooth serial interface on AT90USB devices
129
 // Enable the Bluetooth serial interface on AT90USB devices
130
 //#define BLUETOOTH
130
 //#define BLUETOOTH

+ 1
- 1
config/examples/Creality/Ender-5/Configuration.h 查看文件

124
  *
124
  *
125
  * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
125
  * :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000]
126
  */
126
  */
127
-#define BAUDRATE 250000
127
+#define BAUDRATE 115200
128
 
128
 
129
 // Enable the Bluetooth serial interface on AT90USB devices
129
 // Enable the Bluetooth serial interface on AT90USB devices
130
 //#define BLUETOOTH
130
 //#define BLUETOOTH

正在加载...
取消
保存