[2.0.x] TMC driver update (#8769)

This commit is contained in:
teemuatlut
2017-12-15 23:03:14 +02:00
committed by Scott Lahteine
parent 09d13f186f
commit 0cd1e91056
62 changed files with 4185 additions and 2051 deletions

View File

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