Browse Source

Update pins_RAMBO.h

Updated for the changes that Thinkyhead made before I submitted mine.
Nate Stokes 9 years ago
parent
commit
18245c6cd2
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      Marlin/pins_RAMBO.h

+ 12
- 0
Marlin/pins_RAMBO.h View File

22
   #endif
22
   #endif
23
 #endif
23
 #endif
24
 
24
 
25
+#undef X_MS1_PIN
26
+#undef X_MS2_PIN
27
+#undef Y_MS1_PIN
28
+#undef Y_MS2_PIN
29
+#undef Z_MS1_PIN
30
+#undef Z_MS2_PIN
31
+#undef E0_MS1_PIN
32
+#undef E0_MS2_PIN
33
+#undef E1_MS1_PIN
34
+#undef E1_MS2_PIN
35
+ 
25
 #define X_STEP_PIN 37
36
 #define X_STEP_PIN 37
26
 #define X_DIR_PIN 48
37
 #define X_DIR_PIN 48
27
 #define X_MIN_PIN 12
38
 #define X_MIN_PIN 12
75
 #define E1_MS1_PIN 63
86
 #define E1_MS1_PIN 63
76
 #define E1_MS2_PIN 64
87
 #define E1_MS2_PIN 64
77
 
88
 
89
+#undef DIGIPOTSS_PIN
78
 #define DIGIPOTSS_PIN 38
90
 #define DIGIPOTSS_PIN 38
79
 #define DIGIPOT_CHANNELS {4,5,3,0,1} // X Y Z E0 E1 digipot channels to stepper driver mapping
91
 #define DIGIPOT_CHANNELS {4,5,3,0,1} // X Y Z E0 E1 digipot channels to stepper driver mapping
80
 
92
 

Loading…
Cancel
Save