ソースを参照

Update pins_RAMBO.h

Updated for the changes that Thinkyhead made before I submitted mine.
Nate Stokes 9年前
コミット
18245c6cd2
1個のファイルの変更12行の追加0行の削除
  1. 12
    0
      Marlin/pins_RAMBO.h

+ 12
- 0
Marlin/pins_RAMBO.h ファイルの表示

@@ -22,6 +22,17 @@
22 22
   #endif
23 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 36
 #define X_STEP_PIN 37
26 37
 #define X_DIR_PIN 48
27 38
 #define X_MIN_PIN 12
@@ -75,6 +86,7 @@
75 86
 #define E1_MS1_PIN 63
76 87
 #define E1_MS2_PIN 64
77 88
 
89
+#undef DIGIPOTSS_PIN
78 90
 #define DIGIPOTSS_PIN 38
79 91
 #define DIGIPOT_CHANNELS {4,5,3,0,1} // X Y Z E0 E1 digipot channels to stepper driver mapping
80 92
 

読み込み中…
キャンセル
保存