Code changes supporting up to 6 extruders
This commit is contained in:
@@ -361,6 +361,30 @@
|
||||
#if PIN_EXISTS(E4_STEP)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E4_STEP_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_AUTO_FAN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_AUTO_FAN_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_CS)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_CS_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_DIR)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_DIR_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_ENABLE)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_ENABLE_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_MS1)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_MS1_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_MS2)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_MS2_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_MS3)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_MS3_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_STEP)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_STEP_PIN)
|
||||
#endif
|
||||
#if defined(ENET_CRS) && ENET_CRS >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, ENET_CRS)
|
||||
#endif
|
||||
@@ -578,6 +602,9 @@
|
||||
#if PIN_EXISTS(ORIG_E4_AUTO_FAN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, ORIG_E4_AUTO_FAN_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(ORIG_E5_AUTO_FAN)
|
||||
REPORT_NAME_DIGITAL(__LINE__, ORIG_E5_AUTO_FAN_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(PHOTOGRAPH)
|
||||
REPORT_NAME_DIGITAL(__LINE__, PHOTOGRAPH_PIN)
|
||||
#endif
|
||||
@@ -689,6 +716,9 @@
|
||||
#if PIN_EXISTS(SOL4)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SOL4_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(SOL5)
|
||||
REPORT_NAME_DIGITAL(__LINE__, SOL5_PIN)
|
||||
#endif
|
||||
#if defined(SPARE_IO) && SPARE_IO >= 0
|
||||
REPORT_NAME_DIGITAL(__LINE__, SPARE_IO)
|
||||
#endif
|
||||
@@ -1043,3 +1073,9 @@
|
||||
#if PIN_EXISTS(E4_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E4_SERIAL_RX_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_SERIAL_TX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_SERIAL_TX_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(E5_SERIAL_RX)
|
||||
REPORT_NAME_DIGITAL(__LINE__, E5_SERIAL_RX_PIN)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user