Change pins for PCINT on RX
This commit is contained in:
parent
6e0a13e434
commit
6f3f66a95c
1 changed files with 11 additions and 11 deletions
|
@ -2035,17 +2035,17 @@
|
|||
//
|
||||
// Software serial
|
||||
//
|
||||
#define X_SERIAL_TX_PIN 59
|
||||
#define X_SERIAL_RX_PIN 58
|
||||
#define Y_SERIAL_TX_PIN 59
|
||||
#define Y_SERIAL_RX_PIN 58
|
||||
#define X_SERIAL_TX_PIN 14
|
||||
#define X_SERIAL_RX_PIN 15
|
||||
#define Y_SERIAL_TX_PIN 14
|
||||
#define Y_SERIAL_RX_PIN 15
|
||||
|
||||
#define Z_SERIAL_TX_PIN 61
|
||||
#define Z_SERIAL_RX_PIN 60
|
||||
#define E0_SERIAL_TX_PIN 61
|
||||
#define E0_SERIAL_RX_PIN 60
|
||||
#define E1_SERIAL_TX_PIN 61
|
||||
#define E1_SERIAL_RX_PIN 60
|
||||
#define Z_SERIAL_TX_PIN A7
|
||||
#define Z_SERIAL_RX_PIN 34
|
||||
#define E0_SERIAL_TX_PIN A7
|
||||
#define E0_SERIAL_RX_PIN 34
|
||||
#define E1_SERIAL_TX_PIN A7
|
||||
#define E1_SERIAL_RX_PIN 34
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#define TMC_BAUD_RATE 19200
|
||||
|
@ -2174,7 +2174,7 @@
|
|||
* Enable M122 debugging command for TMC stepper drivers.
|
||||
* M122 S0/1 will enable continous reporting.
|
||||
*/
|
||||
//#define TMC_DEBUG
|
||||
#define TMC_DEBUG
|
||||
|
||||
/**
|
||||
* You can set your own advanced settings by filling in predefined functions.
|
||||
|
|
Loading…
Reference in a new issue