0
0
Fork 0
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:
Scott Lahteine 2018-03-13 02:06:40 -05:00
parent 34f656decd
commit e7570f3195
49 changed files with 1578 additions and 1629 deletions
Marlin/src/module

View file

@ -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