mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-07 14:04:19 -06:00
🐛 Fix Index CNC Rev3 J axis micro-steps (#712)
This commit is contained in:
parent
23bc372b46
commit
cab6ed27ea
1 changed files with 2 additions and 2 deletions
|
@ -2866,9 +2866,9 @@
|
|||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(J)
|
||||
#define J_CURRENT 800
|
||||
#define J_CURRENT 700
|
||||
#define J_CURRENT_HOME J_CURRENT
|
||||
#define J_MICROSTEPS 16
|
||||
#define J_MICROSTEPS 8
|
||||
#define J_RSENSE 0.11
|
||||
#define J_CHAIN_POS -1
|
||||
//#define J_INTERPOLATE true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue