From e472a7569b0136918391f42138405b59da82e088 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Mon, 2 Oct 2017 23:32:05 -0500
Subject: [PATCH] Remove extra auto_current_control call

---
 Marlin/src/feature/tmc2130.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Marlin/src/feature/tmc2130.cpp b/Marlin/src/feature/tmc2130.cpp
index a2623a45ca..60a0ba1f68 100644
--- a/Marlin/src/feature/tmc2130.cpp
+++ b/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
   }
 }
 
-- 
GitLab