Browse Source

Remove extra auto_current_control call

pull/1/head
Scott Lahteine 7 years ago
parent
commit
e472a7569b
  1. 3
      Marlin/src/feature/tmc2130.cpp

3
Marlin/src/feature/tmc2130.cpp

@ -125,9 +125,6 @@ void tmc2130_checkOverTemp(void) {
#if ENABLED(E4_IS_TMC2130)
automatic_current_control(stepperE4, "E4");
#endif
#if ENABLED(E4_IS_TMC2130)
automatic_current_control(stepperE4);
#endif
}
}

Loading…
Cancel
Save