mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-16 03:07:57 -06:00
🔧 9-axis - Hold Multiplier UVW
This commit is contained in:
parent
e84bf6b614
commit
832ba466c3
279 changed files with 837 additions and 0 deletions
|
@ -2892,6 +2892,7 @@
|
|||
#define U_RSENSE 0.11
|
||||
#define U_CHAIN_POS -1
|
||||
//#define U_INTERPOLATE true
|
||||
//#define U_HOLD_MULTIPLIER 0.5
|
||||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(V)
|
||||
|
@ -2901,6 +2902,7 @@
|
|||
#define V_RSENSE 0.11
|
||||
#define V_CHAIN_POS -1
|
||||
//#define V_INTERPOLATE true
|
||||
//#define V_HOLD_MULTIPLIER 0.5
|
||||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(W)
|
||||
|
@ -2910,6 +2912,7 @@
|
|||
#define W_RSENSE 0.11
|
||||
#define W_CHAIN_POS -1
|
||||
//#define W_INTERPOLATE true
|
||||
//#define W_HOLD_MULTIPLIER 0.5
|
||||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(E0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue