Browse Source

Restore Z_PROBE_PIN to pinsDebug_list.h

pull/1/head
Scott Lahteine 6 years ago
parent
commit
e7623b5788
  1. 3
      Marlin/src/pins/pinsDebug_list.h

3
Marlin/src/pins/pinsDebug_list.h

@ -917,6 +917,9 @@
#if PIN_EXISTS(Z_MS2)
REPORT_NAME_DIGITAL(__LINE__, Z_MS2_PIN)
#endif
#if PIN_EXISTS(Z_PROBE)
REPORT_NAME_DIGITAL(__LINE__, Z_PROBE_PIN)
#endif
#if PIN_EXISTS(Z_STEP)
REPORT_NAME_DIGITAL(__LINE__, Z_STEP_PIN)
#endif

Loading…
Cancel
Save