浏览代码

Fixed typo for Z_PROBE_AND_ENDSTOP support in pins_RAMPS.h.

Confirmed Sanity checks are working.....
Chris Roadfeldt 9 年前
父节点
当前提交
c75a5e8c55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/pins_RAMPS_13.h

+ 1
- 1
Marlin/pins_RAMPS_13.h 查看文件

@@ -62,7 +62,7 @@
62 62
   #define FILWIDTH_PIN        5
63 63
 #endif
64 64
 
65
-#if defined(Z_PROBE_ANDENDSTOP)
65
+#if defined(Z_PROBE_AND_ENDSTOP)
66 66
   // Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
67 67
  #define Z_PROBE_PIN 32
68 68
 #endif

正在加载...
取消
保存