Fusion 360 mill/turn and turn post processor non-existent! (use Intercon)

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

francoCNC
Posts: 42
Joined: Tue Sep 19, 2017 11:26 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: B0D5CC39D321-0822170083
DC3IOB: No
CNC11: No
CPU10 or CPU7: No

Re: Fusion 360 mill/turn and turn post processor non-existent! (use Intercon)

Post by francoCNC »

You guys are awesome! I think you may have found a bug that lives in all Fusion 360 turning posts. I've started a thread on the Fusion360 forum. I'm sure they will figure something out in short order.

https://forums.autodesk.com/t5/fusion-3 ... lse#M55752

Thanks,
-Franco
ScotY
Posts: 654
Joined: Sat Sep 23, 2017 7:57 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: Honolulu, HI

Re: Fusion 360 mill/turn and turn post processor non-existent! (use Intercon)

Post by ScotY »

So I finally got around to trying to make a part using Franco’s turning post processor. It seemed to work fine except for one thing. When parting off, the tool went way past the center of the part and seemed like it just wanted to keep going. Stopped the program to avoid a crash.

The Fusion simulation didn’t show this so I thought maybe I didn’t have the tool offset set up correctly. So I tried to make the same part but using Intercon and it worked fine without changing the tool offset. So, I assume the tool offset is okay and there’s something weird in the post processor.

Gcode is kind of a mystery to me but I noticed for the tool change it is “T0600” rather than “T0606”. It’s like this for all 3 tools I’m using for this part. It seems this works for the other tools but not tool 6.
Attachments
1001 turn.txt
(1.99 KiB) Downloaded 107 times
ScotY
Posts: 654
Joined: Sat Sep 23, 2017 7:57 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: none
DC3IOB: No
CNC11: No
CPU10 or CPU7: No
Location: Honolulu, HI

Re: Fusion 360 mill/turn and turn post processor non-existent! (use Intercon)

Post by ScotY »

Figured out why the offsets weren't in the code...I'm using generic tools that I found in the Fusion tool library and the offsets weren't enabled. Not sure why the first 2 tools worked fine but not the last. Probably because the first 2 tools are very close in length.
Sportbikeryder
Posts: 177
Joined: Thu Jan 26, 2017 11:45 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 10583
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: Yes
Location: North Carolina

Re: Fusion 360 mill/turn and turn post processor non-existent! (use Intercon)

Post by Sportbikeryder »

That will do it for sure. Good thing you noticed it rather than have it just barrel through a part.
Sportbikeryder
Posts: 177
Joined: Thu Jan 26, 2017 11:45 pm
Acorn CNC Controller: No
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 10583
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: Yes
Location: North Carolina

Re: Fusion 360 mill/turn and turn post processor non-existent! (use Intercon)

Post by Sportbikeryder »

Looks like another tweak is needed at the beginning of the turn post in order to use "milling" features on the lathe. It may seem odd to want to use milling features on a lathe without live tooling, however Fusion360 treats a drilling operation as a milling feature, so there is no real capability to drill or use an endmill as a drill and then an internal boring tool as I am doing, without enabling milling capability as well.

Also identified on the fusion support forums:
https://forums.autodesk.com/t5/fusion-3 ... ype=thread


Current capabilities line:
capabilities = CAPABILITY_TURNING;

Modified capabilities line:
capabilities = CAPABILITY_MILLING | CAPABILITY_TURNING;

John
Post Reply