Browse Source

Apply HAS_TMC_UART to pins files

Scott Lahteine 5 years ago
parent
commit
e8205af6fb

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

117
 // the jumper next to the limit switch socket when using sensorless homing.
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
    * TMC2208/TMC2209 stepper drivers
122
    * TMC2208/TMC2209 stepper drivers
123
    *
123
    *

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save