Bläddra i källkod

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

Chris Pepper 6 år sedan
förälder
incheckning
47d5fcbbcc
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration.h

+ 2
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration.h Visa fil

@@ -105,7 +105,7 @@
105 105
  *
106 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 111
  * Select a secondary serial port on the board to use for communication with the host.
@@ -114,7 +114,7 @@
114 114
  *
115 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 120
  * This setting determines the communication speed of the printer.

Laddar…
Avbryt
Spara