Browse Source

Remove extra auto_current_control call

Scott Lahteine 7 years ago
parent
commit
e472a7569b
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/src/feature/tmc2130.cpp

+ 0
- 3
Marlin/src/feature/tmc2130.cpp View File

125
     #if ENABLED(E4_IS_TMC2130)
125
     #if ENABLED(E4_IS_TMC2130)
126
       automatic_current_control(stepperE4, "E4");
126
       automatic_current_control(stepperE4, "E4");
127
     #endif
127
     #endif
128
-    #if ENABLED(E4_IS_TMC2130)
129
-      automatic_current_control(stepperE4);
130
-    #endif
131
   }
128
   }
132
 }
129
 }
133
 
130
 

Loading…
Cancel
Save