From e7623b57888e3d60030c86386e24ce302926481e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 6 Jun 2018 23:48:39 -0500 Subject: [PATCH] Restore Z_PROBE_PIN to pinsDebug_list.h --- Marlin/src/pins/pinsDebug_list.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marlin/src/pins/pinsDebug_list.h b/Marlin/src/pins/pinsDebug_list.h index 4ea33dd5a6..e19858d528 100644 --- a/Marlin/src/pins/pinsDebug_list.h +++ b/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