From 8dbeb4178012af9c4a1869dd4c53fbbafe879774 Mon Sep 17 00:00:00 2001 From: Bryan <79676695+pseudotronics@users.noreply.github.com> Date: Mon, 18 Apr 2022 21:23:30 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Index=20CNC=20Rev3=20J=20a?= =?UTF-8?q?xis=20micro-steps=20(#712)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Index/REV_03/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Index/REV_03/Configuration_adv.h b/config/examples/Index/REV_03/Configuration_adv.h index 85f2c3c509..cf9b12f11d 100644 --- a/config/examples/Index/REV_03/Configuration_adv.h +++ b/config/examples/Index/REV_03/Configuration_adv.h @@ -2821,9 +2821,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