Merge pull request #5179 from thinkyhead/rc_TMC2130
TMC2130 "Silent StepStick" support
This commit is contained in:
@ -789,6 +789,11 @@ void Stepper::init() {
|
||||
tmc_init();
|
||||
#endif
|
||||
|
||||
// Init TMC2130 Steppers
|
||||
#if ENABLED(HAVE_TMC2130DRIVER)
|
||||
tmc2130_init();
|
||||
#endif
|
||||
|
||||
// Init L6470 Steppers
|
||||
#if ENABLED(HAVE_L6470DRIVER)
|
||||
L6470_init();
|
||||
|
Reference in New Issue
Block a user