Support more filament runout sensors in M119 (#11851)
This commit is contained in:
@ -467,6 +467,21 @@
|
||||
#if PIN_EXISTS(FIL_RUNOUT)
|
||||
REPORT_NAME_DIGITAL(__LINE__, FIL_RUNOUT_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(FIL_RUNOUT2)
|
||||
REPORT_NAME_DIGITAL(__LINE__, FIL_RUNOUT2_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(FIL_RUNOUT3)
|
||||
REPORT_NAME_DIGITAL(__LINE__, FIL_RUNOUT3_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(FIL_RUNOUT4)
|
||||
REPORT_NAME_DIGITAL(__LINE__, FIL_RUNOUT4_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(FIL_RUNOUT5)
|
||||
REPORT_NAME_DIGITAL(__LINE__, FIL_RUNOUT5_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(FIL_RUNOUT6)
|
||||
REPORT_NAME_DIGITAL(__LINE__, FIL_RUNOUT6_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(HEATER_0)
|
||||
REPORT_NAME_DIGITAL(__LINE__, HEATER_0_PIN)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user