|
|
|
@ -304,9 +304,14 @@
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if MB(MKS_SBASE) && HAS_TMC220x
|
|
|
|
|
// The shortage of pins becomes apparent.
|
|
|
|
|
// Worst case you may have to give up the LCD
|
|
|
|
|
// RX pins need to be interrupt capable
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* TMC2208/TMC2209 stepper drivers
|
|
|
|
|
*
|
|
|
|
|
* The shortage of pins becomes apparent.
|
|
|
|
|
* Worst case you may have to give up the LCD
|
|
|
|
|
* RX pins need to be interrupt capable
|
|
|
|
|
*/
|
|
|
|
|
#define X_SERIAL_TX_PIN P1_22 // J8-2
|
|
|
|
|
#define X_SERIAL_RX_PIN P2_12 // J8-4 Interrupt Capable
|
|
|
|
|
#define Y_SERIAL_TX_PIN P1_23 // J8-3
|
|
|
|
@ -344,7 +349,7 @@
|
|
|
|
|
* PWM1.6 P2_05 RAMPS_D10_PIN
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
/**
|
|
|
|
|
* Special pins
|
|
|
|
|
* P1_30 - not 5V tolerant - EXP1
|
|
|
|
|
* P1_31 - not 5V tolerant - EXP1
|
|
|
|
@ -353,7 +358,7 @@
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
/**
|
|
|
|
|
* Serial Ports
|
|
|
|
|
* P0_00 - Port 3
|
|
|
|
|
* P0_01 - SD Card (Onboard)
|
|
|
|
|