Context: I'm building a custom cartesian (XYZA) machine on my spare time. Planning to use a Smoothieboard 5X as a controller, feeding final gcode to it in console mode, via a USB serial connection and a custom program.
Looking at the Fusion gcode output file obtained by a 2D trace over some connected splines, I see that writing an external program in C# (that's my daytime job) to insert simple G0s and G1s for the blade's axis shouldn't be a problem. I just wanted to make sure I didn't miss an existing, native Fusion capability.
It's probably possible to write a custom Post Configuration file that handles tangential cutting, and I'd be glad to try. This page, (http://fusion360.autodesk.com/learning/learning.html?guid=GUIDDE2C6200-5F85-45FA-9AE6-D66205125BDE), in its last paragraph, says "For additional information on development of post processing configurations, please consult the post processing documentation which accompanies CAM.", but I couldn't find such documentation. Any link, anyone? Thanks.