Restore Z_PROBE_PIN to pinsDebug_list.h
This commit is contained in:
parent
a426986df8
commit
e7623b5788
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue