Re: [Emc-developers] NURBS in XY, XZ(lathe) and YZ plane

2022-12-20 Thread lcnc
To function ARC_FEED(...) in emc/task/emccanon.cc ( about line 1540): there is 2 times a special treatment of plane XY: 1.if( canon.activePlane == CANON_PLANE_XY && canon.motionMode == CANON_CONTINUOUS) 2.if(canon.xy_rotation && canon.activePlane != CANON_PLANE_XY) { I expect, that all

Re: [Emc-developers] NURBS in XY, XZ(lathe) and YZ plane

2022-12-20 Thread andy pugh
On Tue, 20 Dec 2022 at 09:47, Joachim Franek wrote: > http://wiki.linuxcnc.org/cgi-bin/wiki.pl?NURBS > Here is a link to a pdf from Leto: but I do only > get a pdf with 0 file length. That's because the file has zero length... -rw-r--r-- 1 emcboard pg167418 21037 Jan 28 2013 'Latching Shift R

Re: [Emc-developers] NURBS in XY, XZ(lathe) and YZ plane

2022-12-20 Thread Nicklas SB Karlsson
mån 2022-12-19 klockan 13:04 + skrev andy pugh: > On Mon, 19 Dec 2022 at 11:27, wrote: > > > I do not know what seicanon.cc is for! > > saicanon is related to the "stand alone interpreter" which I think > is, > in turn, related to the G-code preview and (maybe) some of the tests. > https://l

Re: [Emc-developers] NURBS in XY, XZ(lathe) and YZ plane

2022-12-20 Thread andy pugh
On Tue, 20 Dec 2022 at 21:27, Nicklas SB Karlsson wrote: > Three points with three in the (x,y,z) space will define an arc in > three dimensions. Then there is three degrees of freedom for the tool > direction at each point or two for a rotating/"round" tool if I think > correct. We have been di