🏗️ More 9-axis updates

This commit is contained in:
Scott Lahteine
2022-04-03 20:34:48 -05:00
parent 1fdad42c5f
commit f5daefb09d
8 changed files with 47 additions and 7 deletions

View File

@@ -2865,6 +2865,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)
@@ -2874,6 +2875,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)
@@ -2883,6 +2885,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)