fbpx
  • Tons of new goodies for Fusion 360 CAM

    Since I last wrote here, there have been big, big changes to Fusion CAM (excuse me: “Fusion Manufacturing”). These changes range from completely new (and it needs to be said, very useful) machining strategies, to significant progress in the implementation of probing technology, to new love for turning, and to subtle but much-appreciated improvements to the user-interface.

    The biggest changes are contained within the Manufacturing Extension, a new subscription add-on for Fusion CAM. The idea is that while Fusion CAM (and Inventor CAM and HSMWorks, for that matter) is a modern and very competent CNC programming solution that can make short work of most jobs at a VERY attractive price, there are some customers that require still more power and that are willing to pay a little extra for it. Mold makers are a good example. In the past, the limited multi-axis toolpaths of Fusion CAM did not quite meet their needs. With the new Steep-and-Shallow strategy as well as toolpath trimming / direct editing (both technologies gifted from PowerMill), that has all changed. The Manufacturing Extension also opens the door to surface inspection and on-machine verification, a very hot button for anyone trying to increase efficiencies and get an advantage. Throw in automatic hole recognition technology (thanks, FeatureCAM) and a new Rotary multi-axis 3D milling strategy (this one is all Autodesk), and there is something for everybody. How much for these new goodies? 125 Cloud Credits ($125 USD) per month, month-to-month.

    And those other improvements? How about a new tool library interface? The old one definitely was a little clunky. And for those of you who make extensive use of user-templates to capture their best practices (why isn’t everybody?), how about a new interface that will allow you to sort and better manage everything?

    I haven’t talked about turning yet… It can be said that while Fusion CAM  / HSM CAM has traditionally been a competent turning solution, most of the R&D over the years has gone into making it a premier milling solution. But a dedicated turning team has now been brought into the development team, and turning is now getting the love it has always deserved. In my next blog, I’ll list all the recent changes (it’s a very long list of small but significant changes). What’s more, we are promised many more such improvements throughout the year, including something called Adaptive Turning that sounds very promising.

    Please note that the Manufacturing Extension is free to use right now through June 2020. So, by all means, give it a spin! Several of the other new features are available through the preview mode: just activate what you want under Preview Features in your Preferences; everything is quite stable.

    Now, it is quite apparent that Autodesk is turning Fusion into its premier CAM solution. That’s great news and we welcome all the improvements to an already-great CAM. However, if you are a user of Inventor CAM (or HSMWorks), don’t hold your breath for things like Steep-and-Shallow. Instead, Autodesk would rather you fire up the Fusion 360 entitlement included with your CAM. And to make it easier to use two platforms in parallel, recent changes now allow Fusion to play extremely well with Inventor and even SolidWorks.

    Dynamo for Autodesk Fusion 360 – Made Simple

    Dynamo Studio is typically associated with Revit; however, it offers a fantastic platform for algorithmic-driven design and easy parameter manipulation in Fusion 360. It also features great T-spline and surface support for complex geometry creation, for those wishing to bring a degree of parametric control to their surfacing with ease.

    The add-in supports a bi-directional data exchange between Fusion 360 and Dynamo Studio, allowing users to create visual logic for Fusion 360 parameters update. It can be downloaded here: https://apps.autodesk.com/FUSION/en/Detail/Index?id=74731490955641349&appLang=en&os=Win64

    It provides an ability to use a visual editor environment to modify Fusion 360 model parameters, view and use them in complex logical graphs. Fusion 360 parameters will be automatically updated from Dynamo Studio using custom input and output nodes.
    Dynamo for Fusion 360 Supports Dynamo Studio 2017 version: 1.1 – 1.3.

    The benefits of using Dynamo with Fusion 360 are:

    • Very complex and rapidly reconfigurable T-Spline surfacing is
    • Parameter driven components can be modified live using sliders to adjust
    • Parameter driven components can have logic integrated to link different parameters and make automatic adjustments according to conditional
    • Parameter driven assemblies can be modified live and can adapt if setup
    • Parameter driven assemblies can have logic integrated to link parameters from different components to respond to changing geometry according to conditional

    One of Dynamo – Fusion 360 Workflows is called “Synchronous workflow”. It is directly manipulating parameters listed in the parameter table in Fusion 360. This can enable rapid reconfiguration of assemblies and components by using sliders, or logic can be incorporated to describe relationships between geometry. If you have not tried, here are some simple steps to try:

     Step 1: Create a simple Fusion part with some name parameters as shown:

    Step 2: Save and name the part as “Dynamo-Fusion”

    Step 3: Go to Tools -> DYNAMO FOR FUSION to run Dynamo


    Dynamo will create a same name parameter file with extension “.json” that contains all extracted parameters from Fusion 360 part and stored under:  C:\Users\ (your username) \AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns\Dynamo for Fusion\exported parameters\

    Step 4: In Dynamo’s search bar, search for “output” and insert “Fusion 360 Output” node. Repeat search for “Slider” and insert “Number Slider” node.



    Step 5:
    In Dynamo, connect File Path to “Fusion 360 Output” and “Number Slider” to any parameter and set Min, Max and Step. Use the slider to size or adjust the features.


    If you would like to manipulate other parameters, then just add more sliders. Simply select the slider node and use Ctrl+C to copy and Ctrl+V to paste it. After that you can customise each slider values (Max, Min, Step) and connect it to any of the parameters and watch the part update. You can even connect a slider to more than one parameter (i.e. to make a square cut).

    Using Dynamo with Fusion360 can be fun and simple. Try it and have fun with Dynamo for Fusion 360.