Browse Source

Restore Z_PROBE_PIN to pinsDebug_list.h

Scott Lahteine 6 years ago
parent
commit
e7623b5788
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/src/pins/pinsDebug_list.h

+ 3
- 0
Marlin/src/pins/pinsDebug_list.h View File

917
 #if PIN_EXISTS(Z_MS2)
917
 #if PIN_EXISTS(Z_MS2)
918
   REPORT_NAME_DIGITAL(__LINE__, Z_MS2_PIN)
918
   REPORT_NAME_DIGITAL(__LINE__, Z_MS2_PIN)
919
 #endif
919
 #endif
920
+#if PIN_EXISTS(Z_PROBE)
921
+  REPORT_NAME_DIGITAL(__LINE__, Z_PROBE_PIN)
922
+#endif
920
 #if PIN_EXISTS(Z_STEP)
923
 #if PIN_EXISTS(Z_STEP)
921
   REPORT_NAME_DIGITAL(__LINE__, Z_STEP_PIN)
924
   REPORT_NAME_DIGITAL(__LINE__, Z_STEP_PIN)
922
 #endif
925
 #endif

Loading…
Cancel
Save