瀏覽代碼

Restore Z_PROBE_PIN to pinsDebug_list.h

Scott Lahteine 6 年之前
父節點
當前提交
e7623b5788
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      Marlin/src/pins/pinsDebug_list.h

+ 3
- 0
Marlin/src/pins/pinsDebug_list.h 查看文件

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

Loading…
取消
儲存