Re: [Emc-users] 5axiskins rotation

2024-01-16 Thread andy pugh
On Fri, 12 Jan 2024 at 21:36, Tomaz T. wrote: > fresh install was done from linuxcnc_2.9.1-amd64.hybrid.iso that means it is > preempt-rt? Yes, that will be preempt-rt. Which is disappointing as I was hoping that the "VERSION" problem was RTAI-only. Googling suggests that this _might_ be

Re: [Emc-users] 5axiskins rotation

2024-01-12 Thread Tomaz T .
> Are you running RTAI or preempt-rt? fresh install was done from linuxcnc_2.9.1-amd64.hybrid.iso that means it is preempt-rt? ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] 5axiskins rotation

2024-01-12 Thread andy pugh
On Fri, 12 Jan 2024 at 19:55, Tomaz T. wrote: > > > If it says "syntax error in VERSION script" then sorry, I have not > > worked out how to fix that. > > this is what I see in my case Are you running RTAI or preempt-rt? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is

Re: [Emc-users] 5axiskins rotation

2024-01-12 Thread Tomaz T .
> If it says "syntax error in VERSION script" then sorry, I have not > worked out how to fix that. this is what I see in my case ___ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] 5axiskins rotation

2024-01-11 Thread andy pugh
On Thu, 11 Jan 2024 at 20:39, Tomaz T. wrote: > Thinking that maybe easiest solution would be modifying postprocessor, as the > rest of kinematics is OK? 5axiskins is simple enough to compile with halcompile. (I just tested it, and it nearly worked) Download the 5axiskins.c file (don't

Re: [Emc-users] 5axiskins rotation

2024-01-11 Thread Tomaz T .
> Are any of the other 5-axis kinematics a good match for your machine? > http://linuxcnc.org/docs/stable/html/man/man9/kins.9.html > http://linuxcnc.org/docs/stable/html/motion/5-axis-kinematics.html Linuxcnc/configs/sim/axis/vismach/5axis/bridgemill/ is the closest configuration, it also

Re: [Emc-users] 5axiskins rotation

2024-01-11 Thread andy pugh
On Thu, 11 Jan 2024 at 09:45, Tomaz T. wrote: > What I noticed inside 2.9 (5axiskins.c) is this comment: > > * 10) The direction of the tilt axis is the opposite of the > * conventional axis direction. Are any of the other 5-axis kinematics a good match for your machine?

Re: [Emc-users] 5axiskins rotation

2024-01-11 Thread Tomaz T .
> How did you migrate? By just loading the 2.7 config into 2.9? (That > ought to work) I took clean clean config and modify it, as in my old config there was a lot of commented out mess from my learning process. > I know I had same problem years ago on 2.7 or earlier, but I can't remember >

Re: [Emc-users] 5axiskins rotation

2024-01-10 Thread andy pugh
On Wed, 10 Jan 2024 at 17:43, Tomaz T. wrote: > > I'm working on migration from 2.7 to 2.9.2, machine How did you migrate? By just loading the 2.7 config into 2.9? (That ought to work) > I know I had same problem years ago on 2.7 or earlier, but I can't remember > what was solution (some

[Emc-users] 5axiskins rotation

2024-01-10 Thread Tomaz T .
I'm working on migration from 2.7 to 2.9.2, machine (5axis head/head) is homing correct, jog works in correct directions for all axes etc ... problem I have, for example if I jog B-axis, X-axis moves in wrong direction. (B-axis rotates around Y-axis clockwise, looking from coordinate zero.) I