Browse Source

SBASE serial port -1, RAMPS spacing

pull/1/head
Scott Lahteine 7 years ago
parent
commit
00514857e9
  1. 2
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  2. 2
      Marlin/src/pins/pins_RAMPS.h

2
Marlin/src/config/examples/Mks/Sbase/Configuration.h

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

2
Marlin/src/pins/pins_RAMPS.h

@ -195,7 +195,7 @@
#endif
#ifndef FAN_PIN
#define FAN_PIN 4 // IO pin. Buffer needed
#define FAN_PIN 4 // IO pin. Buffer needed
#endif
//

Loading…
Cancel
Save