Parcourir la source

Merge pull request #654 from XPila/MK3-V3_2

New current setting for MK3
PavelSindler il y a 6 ans
Parent
commit
5a9cc39562
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h

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

@@ -244,8 +244,8 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o
 #define TMC2130_SG_THRS_E       3     // stallguard sensitivity for E axis
 
 //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 {16, 20, 28, 36}  // default holding currents for all axes
-#define TMC2130_CURRENTS_R {16, 20, 28, 36}  // default running currents for all axes
+#define TMC2130_CURRENTS_H {16, 20, 35, 26}  // default holding currents for all axes
+#define TMC2130_CURRENTS_R {16, 20, 35, 26}  // default running currents for all axes
 #define TMC2130_UNLOAD_CURRENT_R 12			 // lowe current for M600 to protect filament sensor 
 
 #define TMC2130_STEALTH_Z