[1.1.x] TMC driver update (#8712)
This commit is contained in:
committed by
Scott Lahteine
parent
f38f2ace5a
commit
0ac0324af2
@@ -776,4 +776,69 @@
|
||||
#if PIN_EXISTS(Z2_STEP)
|
||||
REPORT_NAME_DIGITAL(Z2_STEP_PIN, __LINE__ )
|
||||
#endif
|
||||
|
||||
#if PIN_EXISTS(X_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(X_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(X_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(X_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(X2_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(X2_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(X2_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(X2_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Y_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(Y_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Y_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(Y_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Y2_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(Y2_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Y2_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(Y2_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Z_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(Z_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Z_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(Z_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Z2_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(Z2_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(Z2_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(Z2_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E0_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(E0_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E0_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(E0_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E1_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(E1_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E1_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(E1_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E2_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(E2_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E2_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(E2_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E3_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(E3_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E3_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(E3_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E4_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(E4_SERIAL_TX_PIN, __LINE__ )
|
||||
#endif
|
||||
#if PIN_EXISTS(E4_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(E4_SERIAL_RX_PIN, __LINE__ )
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user