Browse Source

Stepper indirection fix tmc driver

pull/1/head
MagoKimbra 7 years ago
parent
commit
ae277aebc6
  1. 4
      Marlin/stepper_indirection.cpp

4
Marlin/stepper_indirection.cpp

@ -85,8 +85,8 @@
#endif
#define _TMC_INIT(A) do{ \
stepper##A.setMicrosteps(A##_MICROSTEPS);
stepper##A.start();
stepper##A.setMicrosteps(A##_MICROSTEPS); \
stepper##A.start(); \
} while(0)
void tmc_init() {

Loading…
Cancel
Save