Browse Source

SBASE serial port -1, RAMPS spacing

Scott Lahteine 7 years ago
parent
commit
00514857e9

+ 1
- 1
Marlin/src/config/examples/Mks/Sbase/Configuration.h View File

101
  *
101
  *
102
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
102
  * :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
103
  */
103
  */
104
-#define SERIAL_PORT 0
104
+#define SERIAL_PORT -1
105
 
105
 
106
 /**
106
 /**
107
  * This setting determines the communication speed of the printer.
107
  * This setting determines the communication speed of the printer.

+ 1
- 1
Marlin/src/pins/pins_RAMPS.h View File

195
 #endif
195
 #endif
196
 
196
 
197
 #ifndef FAN_PIN
197
 #ifndef FAN_PIN
198
-  #define FAN_PIN 4      // IO pin. Buffer needed
198
+  #define FAN_PIN           4   // IO pin. Buffer needed
199
 #endif
199
 #endif
200
 
200
 
201
 //
201
 //

Loading…
Cancel
Save