Browse Source

Update some configs

Scott Lahteine 6 years ago
parent
commit
241168926d

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -1310,7 +1310,7 @@
1310 1310
    */
1311 1311
   #define TMC_ADV() {  }
1312 1312
 
1313
-#endif // TMC2130 || TMC2208
1313
+#endif // HAS_TRINAMIC
1314 1314
 
1315 1315
 // @section L6470
1316 1316
 

+ 1
- 1
Marlin/src/config/examples/delta/Anycubic/Kossel/Configuration_adv.h View File

@@ -1287,7 +1287,7 @@
1287 1287
    */
1288 1288
   #define TMC_ADV() {  }
1289 1289
 
1290
-#endif // TMC2130 || TMC2208
1290
+#endif // HAS_TRINAMIC
1291 1291
 
1292 1292
 // @section L6470
1293 1293
 

Loading…
Cancel
Save