Debug log printing 2 axes while moving on only 1 axis
-
The following is the debug log for G0 X0.35 move after homing axes.
Transformed 0.35 0.00 0.00 to 28 28 0<LF>ok<LF> pr 1 ts=49743827 DDA: start=[0.000000 0.000000 0.000000] end=[0.350000 0.000000 0.000000] s=0.350000 vec=[1.000000 0.000000 0.000000 0.000000 0.000000]<LF> a=500.000000 d=500.000000 reqv=50.000004 startv=0.000000 topv=13.228757 endv=0.000000<LF> cks=49607 sstcda=0 tstcddpdsc=49607 exac=12401<LF> One <LF>DMY: dir=F steps=28 next=1 rev=29 interval=6629 2dtstc2diva=1230468864.00<LF> Five accelStopStep=15 decelStartStep=15 2c2mmsda=43945312.00 2c2mmsdd=43945312.00<LF> mmPerStepTimesCdivtopSpeed=885.85 fmsdmtstdca2=0.00 cc=0 acc=0<LF> One <LF>DMX: dir=F steps=28 next=1 rev=29 interval=6629 2dtstc2diva=1230468864.00<LF> Five accelStopStep=15 decelStartStep=15 2c2mmsda=43945312.00 2c2mmsdd=43945312.00<LF> mmPerStepTimesCdivtopSpeed=885.85 fmsdmtstdca2=0.00 cc=0 acc=0<LF> interrupt counter = 0<LF>
Why am I getting values for Drive Movement Y if I am only moving in the X direction? I am using reprap version 3.3+
-
@jazbaatbadalgaye What sort of printer are you using (in particular what are kinematics you have configured for this test)?
-
@gloomyandy I am not using any printer as of now but the configuration files I generated were for a CoreXY
-
@jazbaatbadalgaye On a coreXY moving just along X or just along Y requires movement of both drive motors....
-
@gloomyandy Ahh I didn't know that. It is counter-intuitive but thanks for letting me know. TIL