Browse Source

K8400 has 1xXY an 2xZ endstop plugs

Scott Lahteine 8 years ago
parent
commit
587cb6c283
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      Marlin/pins_K8400.h

+ 6
- 4
Marlin/pins_K8400.h View File

@@ -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…
Cancel
Save