浏览代码

Cosmetic pins changes

Scott Lahteine 6 年前
父节点
当前提交
aae02827c0
共有 3 个文件被更改,包括 29 次插入29 次删除
  1. 2
    2
      Marlin/src/pins/pins_FELIX2.h
  2. 1
    1
      Marlin/src/pins/pins_MKS_BASE.h
  3. 26
    26
      Marlin/src/pins/pins_MKS_GEN_13.h

+ 2
- 2
Marlin/src/pins/pins_FELIX2.h 查看文件

@@ -34,7 +34,7 @@
34 34
 // Heaters / Fans
35 35
 //
36 36
 // Power outputs EFBF or EFBE
37
-#define MOSFET_D_PIN 7
37
+#define MOSFET_D_PIN        7
38 38
 
39 39
 #include "pins_RAMPS.h"
40 40
 
@@ -51,7 +51,7 @@
51 51
 //
52 52
 #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
53 53
 
54
-  #define SD_DETECT_PIN 6
54
+  #define SD_DETECT_PIN     6
55 55
 
56 56
 #endif // NEWPANEL && ULTRA_LCD
57 57
 

+ 1
- 1
Marlin/src/pins/pins_MKS_BASE.h 查看文件

@@ -36,7 +36,7 @@
36 36
 // Heaters / Fans
37 37
 //
38 38
 // Power outputs EFBF or EFBE
39
-#define MOSFET_D_PIN 7
39
+#define MOSFET_D_PIN              7
40 40
 
41 41
 #define CASE_LIGHT_PIN            2
42 42
 

+ 26
- 26
Marlin/src/pins/pins_MKS_GEN_13.h 查看文件

@@ -39,7 +39,7 @@
39 39
 // Heaters / Fans
40 40
 //
41 41
 // Power outputs EFBF or EFBE
42
-#define MOSFET_D_PIN 7
42
+#define MOSFET_D_PIN        7
43 43
 
44 44
 //
45 45
 // PSU / SERVO
@@ -47,8 +47,8 @@
47 47
 // If POWER_SUPPLY is specified, always hijack Servo 3
48 48
 //
49 49
 #if POWER_SUPPLY > 0
50
-  #define SERVO3_PIN      -1
51
-  #define PS_ON_PIN        4
50
+  #define SERVO3_PIN       -1
51
+  #define PS_ON_PIN         4
52 52
 #endif
53 53
 
54 54
 #include "pins_RAMPS.h"
@@ -100,45 +100,45 @@
100 100
   // VIKI2 12-wire lead
101 101
   //
102 102
 
103
-  // orange/white         SDCD
104
-  #define SD_DETECT_PIN   49
103
+  // orange/white          SDCD
104
+  #define SD_DETECT_PIN    49
105 105
 
106
-  // white                ENCA
107
-  #define BTN_EN1         35
106
+  // white                 ENCA
107
+  #define BTN_EN1          35
108 108
 
109
-  // green                ENCB
110
-  #define BTN_EN2         37
109
+  // green                 ENCB
110
+  #define BTN_EN2          37
111 111
 
112
-  // purple               ENCBTN
113
-  #define BTN_ENC         31
112
+  // purple                ENCBTN
113
+  #define BTN_ENC          31
114 114
 
115
-  // brown                A0
116
-  #define DOGLCD_A0       27
115
+  // brown                 A0
116
+  #define DOGLCD_A0        27
117 117
 
118
-  // green/white          LCS
119
-  #define DOGLCD_CS       29
118
+  // green/white           LCS
119
+  #define DOGLCD_CS        29
120 120
 
121
-                       // 50    gray   MISO
122
-                       // 51    yellow MOSI
123
-                       // 52    orange SCK
121
+                        // 50    gray   MISO
122
+                        // 51    yellow MOSI
123
+                        // 52    orange SCK
124 124
 
125
-  // blue                 SDCS
126
-  //#define SDSS            53
125
+  // blue                  SDCS
126
+  //#define SDSS           53
127 127
 
128 128
   //
129 129
   // VIKI2 4-wire lead
130 130
   //
131 131
 
132
-  // blue                 BTN
133
-  #define KILL_PIN        23
132
+  // blue                  BTN
133
+  #define KILL_PIN         23
134 134
 
135
-  // green                BUZZER
136
-  #define BEEPER_PIN      25
135
+  // green                 BUZZER
136
+  #define BEEPER_PIN       25
137 137
 
138
-  // yellow               RED-LED
138
+  // yellow                RED-LED
139 139
   #define STAT_LED_RED_PIN 16
140 140
 
141
-  // white                BLUE-LED
141
+  // white                 BLUE-LED
142 142
   #define STAT_LED_BLUE_PIN 17
143 143
 
144 144
 #endif

正在加载...
取消
保存