[2.0.x] TMC driver update (#8769)
This commit is contained in:
committed by
Scott Lahteine
parent
09d13f186f
commit
0cd1e91056
@@ -45,8 +45,8 @@
|
||||
#endif
|
||||
;
|
||||
|
||||
#if ENABLED(HAVE_TMC2130)
|
||||
#include "../../feature/tmc2130.h"
|
||||
#if HAS_TRINAMIC
|
||||
#include "../../feature/tmc_util.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
@@ -77,6 +77,11 @@
|
||||
tmc2130_init(); // Settings only stick when the driver has power
|
||||
#endif
|
||||
|
||||
#if ENABLED(HAVE_TMC2208)
|
||||
delay(100);
|
||||
tmc2208_init();
|
||||
#endif
|
||||
|
||||
powersupply_on = true;
|
||||
|
||||
#if ENABLED(ULTIPANEL)
|
||||
|
Reference in New Issue
Block a user