소스 검색

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…
취소
저장