Procházet zdrojové kódy

Stop redundant E4_IS_TMC2130 current control

Scott Lahteine před 7 roky
rodič
revize
4c34b3ad9c
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  1. 0
    3
      Marlin/Marlin_main.cpp

+ 0
- 3
Marlin/Marlin_main.cpp Zobrazit soubor

@@ -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…
Zrušit
Uložit