瀏覽代碼

fix previous attempt

Thomas Buck 3 年之前
父節點
當前提交
e7ea00e423
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Marlin/Configuration.h

+ 2
- 2
Marlin/Configuration.h 查看文件

@@ -862,8 +862,8 @@
862 862
  *      - normally-closed switches to GND and D32.
863 863
  *      - normally-open switches to 5V and D32.
864 864
  */
865
-#define Z_MIN_PROBE_PIN Z_MAX_PIN // Pin 32 is the RAMPS default
866
-
865
+//define Z_MIN_PROBE_PIN Z_MAX_PIN // Pin 32 is the RAMPS default
866
+#define Z_MIN_PROBE_PIN 32
867 867
 /**
868 868
  * Probe Type
869 869
  *

Loading…
取消
儲存