SBASE serial port -1, RAMPS spacing

This commit is contained in:
Scott Lahteine 2017-11-09 21:35:26 -06:00
parent c66696c507
commit 00514857e9
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@
* *
* :[-1, 0, 1, 2, 3, 4, 5, 6, 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. * This setting determines the communication speed of the printer.

View file

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