Merge pull request #9518 from melvinisken/bugfix-1.1.x

[1.1.x] Changed software serial pins to enable R/W access to TMC2208 drivers
This commit is contained in:
Scott Lahteine 2018-02-08 02:56:58 -06:00 committed by GitHub
commit 5c2cb60f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,23 +161,23 @@
* Software serial
*/
#define X_SERIAL_TX_PIN 59
#define X_SERIAL_TX_PIN 40
#define X_SERIAL_RX_PIN 63
#define X2_SERIAL_TX_PIN -1
#define X2_SERIAL_RX_PIN -1
#define Y_SERIAL_TX_PIN 64
#define Y_SERIAL_RX_PIN 40
#define Y_SERIAL_TX_PIN 59
#define Y_SERIAL_RX_PIN 64
#define Y2_SERIAL_TX_PIN -1
#define Y2_SERIAL_RX_PIN -1
#define Z_SERIAL_TX_PIN 44
#define Z_SERIAL_RX_PIN 42
#define Z_SERIAL_TX_PIN 42
#define Z_SERIAL_RX_PIN 65
#define Z2_SERIAL_TX_PIN -1
#define Z2_SERIAL_RX_PIN -1
#define E0_SERIAL_TX_PIN 66
#define E0_SERIAL_RX_PIN 65
#define E0_SERIAL_TX_PIN 44
#define E0_SERIAL_RX_PIN 66
#define E1_SERIAL_TX_PIN -1
#define E1_SERIAL_RX_PIN -1
#define E2_SERIAL_TX_PIN -1