Cooler (for Laser) - M143, M193 (#21255)
This commit is contained in:
@@ -91,6 +91,9 @@
|
||||
#if PIN_EXISTS(TEMP_CHAMBER) && ANALOG_OK(TEMP_CHAMBER_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_CHAMBER_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(TEMP_COOLER) && ANALOG_OK(TEMP_COOLER_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_COOLER_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(ADC_KEYPAD) && ANALOG_OK(ADC_KEYPAD_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, ADC_KEYPAD_PIN)
|
||||
#endif
|
||||
@@ -706,6 +709,9 @@
|
||||
#if PIN_EXISTS(HEATER_CHAMBER)
|
||||
REPORT_NAME_DIGITAL(__LINE__, HEATER_CHAMBER_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(COOLER)
|
||||
REPORT_NAME_DIGITAL(__LINE__, COOLER_PIN)
|
||||
#endif
|
||||
#if PIN_EXISTS(HOME)
|
||||
REPORT_NAME_DIGITAL(__LINE__, HOME_PIN)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user