Browse Source

Clean up pins file for megatronics

brupje 9 years ago
parent
commit
ba9741139e
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      Marlin/pins_MEGATRONICS_3.h

+ 8
- 8
Marlin/pins_MEGATRONICS_3.h View File

@@ -26,19 +26,19 @@
26 26
 #define X_DIR_PIN          57
27 27
 #define X_ENABLE_PIN       59
28 28
 #define X_MIN_PIN          37
29
-#define X_MAX_PIN          40   // 2 // Max endstops default to disabled "-1", set to commented value to enable.
29
+#define X_MAX_PIN          40 // put to -1 to disable  
30 30
 
31
-#define Y_STEP_PIN         5 // A6
32
-#define Y_DIR_PIN          17 // A0
31
+#define Y_STEP_PIN         5 
32
+#define Y_DIR_PIN          17 
33 33
 #define Y_ENABLE_PIN       4
34 34
 #define Y_MIN_PIN          41
35
-#define Y_MAX_PIN          38   // 15
35
+#define Y_MAX_PIN          38 // put to -1 to disable
36 36
 
37
-#define Z_STEP_PIN         16 // A2
38
-#define Z_DIR_PIN          11 // A6
39
-#define Z_ENABLE_PIN       3 // A1
37
+#define Z_STEP_PIN         16 
38
+#define Z_DIR_PIN          11
39
+#define Z_ENABLE_PIN       3 
40 40
 #define Z_MIN_PIN          18
41
-#define Z_MAX_PIN          19
41
+#define Z_MAX_PIN          19 // put to -1 to disable
42 42
 
43 43
 #define E0_STEP_PIN        28
44 44
 #define E0_DIR_PIN         27

Loading…
Cancel
Save