Explorar el Código

Ender-3 default TMC currents (#15115)

thisiskeithb hace 5 años
padre
commit
2747ab7643
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      config/examples/Creality/Ender-3/Configuration_adv.h

+ 4
- 4
config/examples/Creality/Ender-3/Configuration_adv.h Ver fichero

@@ -1727,7 +1727,7 @@
1727 1727
   #define INTERPOLATE       true  // Interpolate X/Y/Z_MICROSTEPS to 256
1728 1728
 
1729 1729
   #if AXIS_IS_TMC(X)
1730
-    #define X_CURRENT     800  // (mA) RMS current. Multiply by 1.414 for peak current.
1730
+    #define X_CURRENT     580  // (mA) RMS current. Multiply by 1.414 for peak current.
1731 1731
     #define X_MICROSTEPS   16  // 0..256
1732 1732
     #define X_RSENSE     0.11
1733 1733
     #define X_CHAIN_POS     0  // 0 - Not chained, 1 - MCU MOSI connected, 2 - next in chain, ...
@@ -1741,7 +1741,7 @@
1741 1741
   #endif
1742 1742
 
1743 1743
   #if AXIS_IS_TMC(Y)
1744
-    #define Y_CURRENT     800
1744
+    #define Y_CURRENT     580
1745 1745
     #define Y_MICROSTEPS   16
1746 1746
     #define Y_RSENSE     0.11
1747 1747
     #define Y_CHAIN_POS     0
@@ -1755,7 +1755,7 @@
1755 1755
   #endif
1756 1756
 
1757 1757
   #if AXIS_IS_TMC(Z)
1758
-    #define Z_CURRENT     800
1758
+    #define Z_CURRENT     580
1759 1759
     #define Z_MICROSTEPS   16
1760 1760
     #define Z_RSENSE     0.11
1761 1761
     #define Z_CHAIN_POS     0
@@ -1776,7 +1776,7 @@
1776 1776
   #endif
1777 1777
 
1778 1778
   #if AXIS_IS_TMC(E0)
1779
-    #define E0_CURRENT    800
1779
+    #define E0_CURRENT    650
1780 1780
     #define E0_MICROSTEPS  16
1781 1781
     #define E0_RSENSE    0.11
1782 1782
     #define E0_CHAIN_POS    0

Loading…
Cancelar
Guardar