Fix L6470 init and options

This commit is contained in:
Scott Lahteine
2017-09-07 03:36:39 -05:00
parent 42e2dd9251
commit 038f82cc38
30 changed files with 2 additions and 309 deletions

View File

@ -291,7 +291,7 @@
#endif
#define _L6470_INIT(A) do{ \
stepper##A.init(A##_K_VAL); \
stepper##A.init(); \
stepper##A.softFree(); \
stepper##A.setMicroSteps(A##_MICROSTEPS); \
stepper##A.setOverCurrent(A##_OVERCURRENT); \