Skip to content

Commit

Permalink
Merge branch 'bugfix-2.0.x-UltiSteel-ssavickiy' into ssavickiy
Browse files Browse the repository at this point in the history
  • Loading branch information
ssavickiy committed May 9, 2020
2 parents a95b5db + 16c6b01 commit bd0938a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@
#endif

#if AXIS_IS_TMC(Z)
#define Z_CURRENT 800
#define Z_CURRENT 550
#define Z_CURRENT_HOME Z_CURRENT
#define Z_MICROSTEPS 16
#define Z_RSENSE 0.11
Expand Down Expand Up @@ -2141,7 +2141,7 @@
#endif

#if AXIS_IS_TMC(E1)
#define E1_CURRENT 800
#define E1_CURRENT 550
#define E1_MICROSTEPS 16
#define E1_RSENSE 0.11
#define E1_CHAIN_POS -1
Expand Down

0 comments on commit bd0938a

Please sign in to comment.