Only download & compile required libraries (#18699)

This commit is contained in:
Victor Oliveira
2020-07-19 23:42:30 -03:00
committed by GitHub
parent c6233b1ea8
commit 4a55bdb165
9 changed files with 285 additions and 87 deletions

View File

@@ -176,6 +176,13 @@
#define HAS_TMC_SPI 1
#endif
//
// TMC26XX Stepper Drivers
//
#if HAS_DRIVER(TMC26X)
#define HAS_TMC26X 1
#endif
//
// L64XX Stepper Drivers
//