Hi Guys
First off I apologize if this isnt the forum and/or Cat to discuss this. With that said Im hopening you guys (well I know you can) could help me with a problem. Im in school trying to learn CNC on a Morbidelli Author 427 (I believe) and we use Xilog3 Routolink. The problem I have is that everytime theres an issue using Xpocket my techers cant actually tell me why theres a problem because they dont know. They admit not knowing and the usual guy I talk to appearently doesnt know either.

Now, one of the other guys doing the same actual test as me encountered a problem which I solved by adding a simple -2 in the code though neither me or anyone else can figure out why it solves the problem.

Now to the problem.
When running the program we are 'told that the tool is to big for the radius'. I solved this by adding -2 to the radius. However we dont know why this solves it. I dont have the code infront of me so Im doing my best replicating it. Im sorry if it makes no sence, in that case I will have to check on monday.

Code:
00024          XPOCKET Z=14 I=200 J=DY-60 V=5 r=25 T=101 C=2
00025          C=2
00026          GIN G=2 R=2
00027          G0 X=200 Y=DY-85 Z=14 V=2 T=102
00028          G3 I=200 J=DY-60 V=5 r=25
00029          GOUT G=2 R=2
If I change line 00024, adding -2 to the radius it works.
Like this

Code:
00024          XPOCKET Z=14 I=200 J=DY-60 V=5 r=25-2 T101 C2
The tool Radius of T101 is 14.4, however I have changed it to 16.4 in the DEF.cfg as to leave some for tool T102 to mill.

I thank you all in advance and hope you can help me with this problem in laymans terms.