mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-30 02:40:57 +00:00
Improve TMC config organization, naming
This commit is contained in:
parent
34f656decd
commit
e7570f3195
49 changed files with 1578 additions and 1629 deletions
Marlin/src/module
|
@ -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