🔧 9-axis - Hold Multiplier UVW

This commit is contained in:
Scott Lahteine 2022-04-03 20:38:37 -05:00
parent e84bf6b614
commit 832ba466c3
279 changed files with 837 additions and 0 deletions

View file

@ -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)