Browse Source

Merge pull request #5136 from esenapaj/Follow-up-the-PR-#5133

Follow-up the PR  #5133 (M355 Case light)
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
b0be2e41ff
  1. 3
      Marlin/pinsDebug.h

3
Marlin/pinsDebug.h

@ -360,6 +360,9 @@ static bool report_pin_name(int8_t pin, bool &pin_is_analog) {
#if PIN_EXISTS(LED) #if PIN_EXISTS(LED)
PIN_SAY(LED_PIN); PIN_SAY(LED_PIN);
#endif #endif
#if PIN_EXISTS(CASE_LIGHT)
PIN_SAY(CASE_LIGHT_PIN);
#endif
#if PIN_EXISTS(MAIN_VOLTAGE_MEASURE) #if PIN_EXISTS(MAIN_VOLTAGE_MEASURE)
PIN_SAY(MAIN_VOLTAGE_MEASURE_PIN); PIN_SAY(MAIN_VOLTAGE_MEASURE_PIN);
#endif #endif

Loading…
Cancel
Save