Re: [Emc-developers] 5 axis cutter compensation

2021-04-14 Thread Bari
On 4/14/21 11:49 PM, Stuart Stevenson wrote: Gentlemen, My current attention to the project is driven by my desire to have 5 axis cutter diameter compensation in LinuxCNC. On a more serious note I'd like to see what you have thought up. I am starting to work on an open 5-axis CAM

Re: [Emc-developers] 5 axis cutter compensation

2021-04-14 Thread Bari
Stuart, It was shear genius of you to do this the month before the pandemic lock down. Bravo! How did you know? On 4/14/21 11:49 PM, Stuart Stevenson wrote: I am now 67 (soon to be 68) years old and have retired. I sold out of MPM in 2013. I had a shop for 5 years. I closed the shop in

[Emc-developers] 5 axis cutter compensation

2021-04-14 Thread Stuart Stevenson
Gentlemen, My current attention to the project is driven by my desire to have 5 axis cutter diameter compensation in LinuxCNC. I am now 67 (soon to be 68) years old and have retired. I sold out of MPM in 2013. I had a shop for 5 years. I closed the shop in November of 2019, sold most

Re: [Emc-developers] primitive code question from a C/C++ newbie

2021-04-14 Thread Stuart Stevenson
thanks for the responses gentlemen The information helps me to understand the flow of information through the project. It may turn out to have been dangerous information as I see a LOT of things/items that need to be addressed. I will talk about the items in future emails. :) again - thanks for

Re: [Emc-developers] primitive code question from a C/C++ newbie

2021-04-14 Thread andy pugh
On Wed, 14 Apr 2021 at 14:44, Stuart Stevenson wrote: > > This is really a question about 'primitive level' I think that, in this context, it is referring to realtime code (written in C). The suggestion being that cutter compensation could be done in the trajectory planner rather than in the

[Emc-developers] primitive code question from a C/C++ newbie

2021-04-14 Thread Stuart Stevenson
Hi, src/emc/rs274ngc/interp_convert.cc line 1897 has the term 'primitive code' What is the definition of primitive code in this context? Let me know if this is something I can search the internet to learn. thanks Stuart -- Addressee is the intended audience. If you are not the addressee then

Re: [Emc-developers] primitive code question from a C/C++ newbie

2021-04-14 Thread Stuart Stevenson
This is really a question about 'primitive level' On Tue, Apr 13, 2021 at 6:22 PM Stuart Stevenson wrote: > Hi, > src/emc/rs274ngc/interp_convert.cc line 1897 has the term 'primitive code' > > What is the definition of primitive code in this context? > Let me know if this is something I can