mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-23 22:54:11 -06:00
🐛 Fix Z2 Current on Ender-3 / BTT E3 Turbo (#828)
This commit is contained in:
parent
27d8200e04
commit
a6b1d76002
1 changed files with 3 additions and 3 deletions
|
@ -2868,10 +2868,10 @@
|
|||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(Z2)
|
||||
#define Z2_CURRENT 800
|
||||
#define Z2_CURRENT_HOME Z2_CURRENT
|
||||
#define Z2_CURRENT Z_CURRENT
|
||||
#define Z2_CURRENT_HOME Z_CURRENT_HOME
|
||||
#define Z2_MICROSTEPS Z_MICROSTEPS
|
||||
#define Z2_RSENSE 0.11
|
||||
#define Z2_RSENSE Z_RSENSE
|
||||
#define Z2_CHAIN_POS -1
|
||||
//#define Z2_INTERPOLATE true
|
||||
//#define Z2_HOLD_MULTIPLIER 0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue