🐛 Finish and organize temp sensors (#23519)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@ -141,24 +141,24 @@
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_BED_PIN)
|
||||
#endif
|
||||
#endif
|
||||
#if PIN_EXISTS(TEMP_BOARD)
|
||||
#if ANALOG_OK(TEMP_BOARD_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_BOARD_PIN)
|
||||
#endif
|
||||
#endif
|
||||
#if PIN_EXISTS(TEMP_CHAMBER)
|
||||
#if ANALOG_OK(TEMP_CHAMBER_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_CHAMBER_PIN)
|
||||
#endif
|
||||
#endif
|
||||
#if PIN_EXISTS(TEMP_PROBE)
|
||||
#if ANALOG_OK(TEMP_PROBE_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_PROBE_PIN)
|
||||
#endif
|
||||
#endif
|
||||
#if PIN_EXISTS(TEMP_COOLER)
|
||||
#if ANALOG_OK(TEMP_COOLER_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_COOLER_PIN)
|
||||
#endif
|
||||
#endif
|
||||
#if PIN_EXISTS(TEMP_PROBE)
|
||||
#if ANALOG_OK(TEMP_PROBE_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_PROBE_PIN)
|
||||
#if PIN_EXISTS(TEMP_BOARD)
|
||||
#if ANALOG_OK(TEMP_BOARD_PIN)
|
||||
REPORT_NAME_ANALOG(__LINE__, TEMP_BOARD_PIN)
|
||||
#endif
|
||||
#endif
|
||||
#if PIN_EXISTS(ADC_KEYPAD)
|
||||
|
Reference in New Issue
Block a user