ソースを参照

[2.0.x] Change MKS SBASE default serial port to avoid confusion (#11301)

Chris Pepper 6年前
コミット
47d5fcbbcc
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration.h

+ 2
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration.h ファイルの表示

105
  *
105
  *
106
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
106
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
107
  */
107
  */
108
-#define SERIAL_PORT 0
108
+#define SERIAL_PORT -1
109
 
109
 
110
 /**
110
 /**
111
  * Select a secondary serial port on the board to use for communication with the host.
111
  * Select a secondary serial port on the board to use for communication with the host.
114
  *
114
  *
115
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
115
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
116
  */
116
  */
117
-//#define SERIAL_PORT_2 -1
117
+//#define SERIAL_PORT_2 0
118
 
118
 
119
 /**
119
 /**
120
  * This setting determines the communication speed of the printer.
120
  * This setting determines the communication speed of the printer.

読み込み中…
キャンセル
保存