Browse Source

Bump motor current

Kevin Lee 3 years ago
parent
commit
3b027867ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

+ 2 - 2
Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

@@ -267,8 +267,8 @@
 #define TMC2130_SG_THRS_HOME {3, 3, TMC2130_SG_THRS_Z, TMC2130_SG_THRS_E}
 
 //new settings is possible for vsense = 1, running current value > 31 set vsense to zero and shift both currents by 1 bit right (Z axis only)
-#define TMC2130_CURRENTS_H {18, 22, 35, 36}  // default holding currents for all axes
-#define TMC2130_CURRENTS_R {18, 22, 35, 36}  // default running currents for all axes
+#define TMC2130_CURRENTS_H {18, 23, 35, 38}  // default holding currents for all axes
+#define TMC2130_CURRENTS_R {18, 23, 35, 38}  // default running currents for all axes
 #define TMC2130_CURRENTS_R_HOME {10, 16, 20, 18}  // homing running currents for all axes
 
 #define TMC2130_STEALTH_Z