[1.1.x] TMC driver update (#8712)

This commit is contained in:
teemuatlut 2017-12-15 23:02:39 +02:00 committed by Scott Lahteine
parent f38f2ace5a
commit 0ac0324af2
43 changed files with 3588 additions and 1641 deletions

View file

@ -965,6 +965,16 @@ void Stepper::init() {
tmc2130_init();
#endif
// Init TMC2208 Steppers
#if ENABLED(HAVE_TMC2208)
tmc2208_init();
#endif
// TRAMS, TMC2130 and TMC2208 advanced settings
#if HAS_TRINAMIC
TMC_ADV()
#endif
// Init L6470 Steppers
#if ENABLED(HAVE_L6470DRIVER)
L6470_init();