Improve TMC config organization, naming
This commit is contained in:
parent
34f656decd
commit
e7570f3195
49 changed files with 1578 additions and 1629 deletions
|
|
@ -922,8 +922,8 @@ void Stepper::init() {
|
|||
#endif
|
||||
|
||||
// Init TMC Steppers
|
||||
#if ENABLED(HAVE_TMCDRIVER)
|
||||
tmc_init();
|
||||
#if ENABLED(HAVE_TMC26X)
|
||||
tmc26x_init();
|
||||
#endif
|
||||
|
||||
// Init TMC2130 Steppers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue