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,9 +125,6 @@ void tmc2130_checkOverTemp(void) {
125 125
     #if ENABLED(E4_IS_TMC2130)
126 126
       automatic_current_control(stepperE4, "E4");
127 127
     #endif
128
-    #if ENABLED(E4_IS_TMC2130)
129
-      automatic_current_control(stepperE4);
130
-    #endif
131 128
   }
132 129
 }
133 130
 

Loading…
Cancel
Save