Quad Z stepper support (#16277)
This commit is contained in:
committed by
Scott Lahteine
parent
f36f084465
commit
0fcf2b1110
@@ -90,6 +90,15 @@
|
||||
#if !PIN_EXISTS(Z3_MS3)
|
||||
#undef Z3_MS3_PIN
|
||||
#endif
|
||||
#if !PIN_EXISTS(Z4_MS1)
|
||||
#undef Z4_MS1_PIN
|
||||
#endif
|
||||
#if !PIN_EXISTS(Z4_MS2)
|
||||
#undef Z4_MS2_PIN
|
||||
#endif
|
||||
#if !PIN_EXISTS(Z4_MS3)
|
||||
#undef Z4_MS3_PIN
|
||||
#endif
|
||||
#if !PIN_EXISTS(E0_MS1)
|
||||
#undef E0_MS1_PIN
|
||||
#endif
|
||||
@@ -1335,6 +1344,27 @@
|
||||
#if PIN_EXISTS(Z3_STEP)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z3_STEP_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_CS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_CS_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_DIR)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_DIR_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_ENABLE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_ENABLE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_MS1)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_MS1_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_MS2)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_MS2_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_MS3)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_MS3_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_STEP)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_STEP_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(ZRIB_V20_D6)
|
||||
REPORT_NAME_DIGITAL(__LINE__, ZRIB_V20_D6_PIN)
|
||||
#endif
|
||||
@@ -1383,6 +1413,12 @@
|
||||
#if PIN_EXISTS(Z3_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z3_SERIAL_RX_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_SERIAL_TX_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(Z4_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, Z4_SERIAL_RX_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E0_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E0_SERIAL_TX_PIN)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user