瀏覽代碼

K8400 has 1xXY an 2xZ endstop plugs

Scott Lahteine 8 年之前
父節點
當前提交
587cb6c283
共有 1 個檔案被更改,包括 6 行新增4 行删除
  1. 6
    4
      Marlin/pins_K8400.h

+ 6
- 4
Marlin/pins_K8400.h 查看文件

@@ -37,10 +37,12 @@
37 37
 
38 38
 #include "pins_3DRAG.h"
39 39
 
40
-#undef  X_MAX_PIN
41
-#define X_MAX_PIN     -1
42
-#undef  Y_MAX_PIN
43
-#define Y_MAX_PIN     -1
40
+#undef X_MAX_PIN
41
+#undef X_MIN_PIN
42
+#undef Y_MAX_PIN
43
+#undef Y_MIN_PIN
44
+#define X_STOP_PIN  3
45
+#define Y_STOP_PIN 14
44 46
 
45 47
 #undef E1_STEP_PIN
46 48
 #define E1_STEP_PIN   32

Loading…
取消
儲存