Browse Source

Apply HAS_TMC_UART to pins files

Scott Lahteine 4 years ago
parent
commit
e8205af6fb

+ 1
- 1
Marlin/src/pins/linux/pins_RAMPS_LINUX.h View File

@@ -271,7 +271,7 @@
271 271
   #endif
272 272
 #endif
273 273
 
274
-#if HAS_TMC220x
274
+#if HAS_TMC_UART
275 275
   /**
276 276
    * TMC2208/TMC2209 stepper drivers
277 277
    *

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h View File

@@ -150,7 +150,7 @@
150 150
   #endif
151 151
 #endif
152 152
 
153
-#if HAS_TMC220x
153
+#if HAS_TMC_UART
154 154
   /**
155 155
    * TMC2208/TMC2209 stepper drivers
156 156
    *

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h View File

@@ -175,7 +175,7 @@
175 175
   #endif
176 176
 #endif
177 177
 
178
-#if HAS_TMC220x
178
+#if HAS_TMC_UART
179 179
   /**
180 180
    * TMC2208/TMC2209 stepper drivers
181 181
    *

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SBASE.h View File

@@ -313,7 +313,7 @@
313 313
  #endif
314 314
 #endif
315 315
 
316
-#if MB(MKS_SBASE) && HAS_TMC220x
316
+#if MB(MKS_SBASE) && HAS_TMC_UART
317 317
 
318 318
   /**
319 319
    * TMC2208/TMC2209 stepper drivers

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h View File

@@ -152,7 +152,7 @@
152 152
   #endif
153 153
 #endif
154 154
 
155
-#if HAS_TMC220x
155
+#if HAS_TMC_UART
156 156
   /**
157 157
    * TMC2208/TMC2209 stepper drivers
158 158
    *

+ 1
- 1
Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h View File

@@ -120,7 +120,7 @@
120 120
   #endif
121 121
 #endif
122 122
 
123
-#if HAS_TMC220x
123
+#if HAS_TMC_UART
124 124
   /**
125 125
    * TMC2208/TMC2209 stepper drivers
126 126
    *

+ 1
- 1
Marlin/src/pins/lpc1769/pins_MKS_SGEN.h View File

@@ -50,7 +50,7 @@
50 50
 //#define BTN_EN1            P1_23   // EXP2.5
51 51
 //#define BTN_EN2            P1_22   // EXP2.3
52 52
 
53
-#if HAS_TMC220x
53
+#if HAS_TMC_UART
54 54
   /**
55 55
    * TMC2208/TMC2209 stepper drivers
56 56
    *

+ 1
- 1
Marlin/src/pins/ramps/pins_FYSETC_F6_13.h View File

@@ -117,7 +117,7 @@
117 117
 // the jumper next to the limit switch socket when using sensorless homing.
118 118
 //
119 119
 
120
-#if HAS_TMC220x
120
+#if HAS_TMC_UART
121 121
   /**
122 122
    * TMC2208/TMC2209 stepper drivers
123 123
    *

+ 1
- 1
Marlin/src/pins/ramps/pins_FYSETC_F6_14.h View File

@@ -29,7 +29,7 @@
29 29
 
30 30
 #define Z_MAX_PIN           2
31 31
 
32
-#if HAS_TMC220x
32
+#if HAS_TMC_UART
33 33
   /**
34 34
    * TMC2208/TMC2209 stepper drivers
35 35
    */

+ 1
- 1
Marlin/src/pins/ramps/pins_RAMPS.h View File

@@ -298,7 +298,7 @@
298 298
   #endif
299 299
 #endif
300 300
 
301
-#if HAS_TMC220x
301
+#if HAS_TMC_UART
302 302
   /**
303 303
    * TMC2208/TMC2209 stepper drivers
304 304
    *

+ 1
- 1
Marlin/src/pins/ramps/pins_TT_OSCAR.h View File

@@ -99,7 +99,7 @@
99 99
 #define E4_ENABLE_PIN      47
100 100
 #define E4_CS_PIN          E0_CS_PIN
101 101
 
102
-#if HAS_TMC220x
102
+#if HAS_TMC_UART
103 103
   /**
104 104
    * TMC2208/TMC2209 stepper drivers
105 105
    *

+ 1
- 1
Marlin/src/pins/sam/pins_RAMPS_FD_V1.h View File

@@ -205,7 +205,7 @@
205 205
 
206 206
 #endif // HAS_SPI_LCD
207 207
 
208
-#if HAS_TMC220x
208
+#if HAS_TMC_UART
209 209
   /**
210 210
    * TMC2208/TMC2209 stepper drivers
211 211
    *

+ 1
- 1
Marlin/src/pins/samd/pins_RAMPS_144.h View File

@@ -171,7 +171,7 @@
171 171
   #endif
172 172
 #endif
173 173
 
174
-#if HAS_TMC220x
174
+#if HAS_TMC_UART
175 175
   /**
176 176
    * TMC2208/TMC2209 stepper drivers
177 177
    *

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h View File

@@ -110,7 +110,7 @@
110 110
   #endif
111 111
 #endif
112 112
 
113
-#if HAS_TMC220x
113
+#if HAS_TMC_UART
114 114
   /**
115 115
    * TMC2208/TMC2209 stepper drivers
116 116
    *

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_GTR_V1_0.h View File

@@ -165,7 +165,7 @@
165 165
   #endif
166 166
 #endif
167 167
 
168
-#if HAS_TMC220x
168
+#if HAS_TMC_UART
169 169
   /**
170 170
    * TMC2208/TMC2209 stepper drivers
171 171
    *

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_SKR_E3_DIP.h View File

@@ -109,7 +109,7 @@
109 109
   #endif
110 110
 #endif
111 111
 
112
-#if HAS_TMC220x
112
+#if HAS_TMC_UART
113 113
   /**
114 114
    * TMC2208/TMC2209 stepper drivers
115 115
    *

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_SKR_MINI_E3_V1_2.h View File

@@ -30,7 +30,7 @@
30 30
 /**
31 31
  * TMC2208/TMC2209 stepper drivers
32 32
  */
33
-#if HAS_TMC220x
33
+#if HAS_TMC_UART
34 34
   //
35 35
   // Software serial
36 36
   //

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_SKR_PRO_V1_1.h View File

@@ -115,7 +115,7 @@
115 115
   #endif
116 116
 #endif
117 117
 
118
-#if HAS_TMC220x
118
+#if HAS_TMC_UART
119 119
   /**
120 120
    * TMC2208/TMC2209 stepper drivers
121 121
    *

+ 1
- 1
Marlin/src/pins/stm32/pins_FLYF407ZG.h View File

@@ -196,7 +196,7 @@
196 196
 // Trinamic Software Serial
197 197
 //
198 198
 
199
-#if HAS_TMC220x
199
+#if HAS_TMC_UART
200 200
   #define X_SERIAL_TX_PIN  PG13
201 201
   #define X_SERIAL_RX_PIN  PG13
202 202
 

+ 1
- 1
Marlin/src/pins/stm32/pins_FYSETC_CHEETAH_V12.h View File

@@ -38,7 +38,7 @@
38 38
 
39 39
 #define FAN1_PIN          PB0 // Fan1
40 40
 
41
-#if HAS_TMC220x
41
+#if HAS_TMC_UART
42 42
 
43 43
   /**
44 44
    * TMC2208/TMC2209 stepper drivers

+ 1
- 1
Marlin/src/pins/stm32/pins_FYSETC_S6.h View File

@@ -107,7 +107,7 @@
107 107
 #define E2_ENABLE_PIN      PE3
108 108
 #define E2_CS_PIN          PC15
109 109
 
110
-#if HAS_TMC220x
110
+#if HAS_TMC_UART
111 111
   //
112 112
   // TMC2208/TMC2209 stepper drivers
113 113
   //

+ 1
- 1
Marlin/src/pins/stm32/pins_MKS_ROBIN_PRO.h View File

@@ -118,7 +118,7 @@
118 118
   #endif
119 119
 #endif
120 120
 
121
-#if HAS_TMC220x
121
+#if HAS_TMC_UART
122 122
   /**
123 123
    * TMC2208/TMC2209 stepper drivers
124 124
    *

+ 1
- 1
Marlin/src/pins/stm32/pins_RUMBA32_MKS.h View File

@@ -56,7 +56,7 @@
56 56
   #endif
57 57
 #endif
58 58
 
59
-#if HAS_TMC220x
59
+#if HAS_TMC_UART
60 60
   /**
61 61
    * TMC2208/TMC2209 stepper drivers
62 62
    *

Loading…
Cancel
Save