Hi all,
with Mach3, version .66.
My rotation axis goes crazy on Pause.
After starting again, it does silly moves.
It seems Mach forgets where it is.
I want to make 10 turns on a length of 100.
I stop at X50.
After restarting it makes again 10 turns until 100 is reached.
If I make it several times the rotation axis turns in the wrong direction.
All other things, even the feed rate compensation, do work.
See example below.
What the heck can cause this?
And what to do about it?
Thanks,
Gregor
%1(Test)
G0 Z50
G0 X0 Y0
G0 Z21
F50
G1 Z19.9
F1000
G1 X100 A3600 (pause here and un-pause)
Z10
G1 X0 A0
G0 Z50
M30