|
@ -117,11 +117,7 @@ |
|
|
* Several wiring options are provided below, defaulting to |
|
|
* Several wiring options are provided below, defaulting to |
|
|
* to the most compatible. |
|
|
* to the most compatible. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
#if HAS_TMC_UART |
|
|
//
|
|
|
|
|
|
// Drivers
|
|
|
|
|
|
//
|
|
|
|
|
|
#if HAS_TMC220x |
|
|
|
|
|
// SoftwareSerial with one pin per driver
|
|
|
// SoftwareSerial with one pin per driver
|
|
|
// Compatible with TMC2208 and TMC2209 drivers
|
|
|
// Compatible with TMC2208 and TMC2209 drivers
|
|
|
#define X_SERIAL_TX_PIN PA10 // RXD1
|
|
|
#define X_SERIAL_TX_PIN PA10 // RXD1
|
|
@ -140,7 +136,7 @@ |
|
|
#define DEFAULT_PWM_MOTOR_CURRENT { 800, 800, 800 } |
|
|
#define DEFAULT_PWM_MOTOR_CURRENT { 800, 800, 800 } |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* MKS Robin_Wifi or another ESP8266 module |
|
|
* MKS Robin_Wifi or another ESP8266 module |
|
|
* |
|
|
* |
|
|
* __ESP(M1)__ -J1- |
|
|
* __ESP(M1)__ -J1- |
|
|