[1.1.x] TMC driver update (#8712)
This commit is contained in:
parent
f38f2ace5a
commit
0ac0324af2
43 changed files with 3588 additions and 1641 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue