Skip to content

Commit

Permalink
Update 04-10-2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilouz committed Oct 4, 2021
1 parent 4546db8 commit bf96d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@
#define INTERPOLATE true

#if AXIS_IS_TMC(X)
#define X_CURRENT 1250 // (mA) RMS current. Multiply by 1.414 for peak current.
#define X_CURRENT 1050 // (mA) RMS current. Multiply by 1.414 for peak current.
#define X_CURRENT_HOME X_CURRENT // (mA) RMS current for sensorless homing
#define X_MICROSTEPS 16 // 0..256
#define X_RSENSE 0.11
Expand All @@ -2366,7 +2366,7 @@
#endif

#if AXIS_IS_TMC(Y)
#define Y_CURRENT 1250
#define Y_CURRENT 1050
#define Y_CURRENT_HOME Y_CURRENT
#define Y_MICROSTEPS 16
#define Y_RSENSE 0.11
Expand All @@ -2384,7 +2384,7 @@
#endif

#if AXIS_IS_TMC(Z)
#define Z_CURRENT 1250
#define Z_CURRENT 1050
#define Z_CURRENT_HOME Z_CURRENT
#define Z_MICROSTEPS 16
#define Z_RSENSE 0.11
Expand Down Expand Up @@ -2420,7 +2420,7 @@
#endif

#if AXIS_IS_TMC(E0)
#define E0_CURRENT 1250
#define E0_CURRENT 1050
#define E0_MICROSTEPS 16
#define E0_RSENSE 0.11
#define E0_CHAIN_POS -1
Expand Down

0 comments on commit bf96d4d

Please sign in to comment.