Browse Source

Stop redundant E4_IS_TMC2130 current control

Scott Lahteine 7 years ago
parent
commit
4c34b3ad9c
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/Marlin_main.cpp

+ 0
- 3
Marlin/Marlin_main.cpp View File

@@ -13041,9 +13041,6 @@ void disable_all_steppers() {
13041 13041
       #if ENABLED(E4_IS_TMC2130)
13042 13042
         automatic_current_control(stepperE4, "E4");
13043 13043
       #endif
13044
-      #if ENABLED(E4_IS_TMC2130)
13045
-        automatic_current_control(stepperE4);
13046
-      #endif
13047 13044
     }
13048 13045
   }
13049 13046
 

Loading…
Cancel
Save