Tutorial: Create hybrid volume support

Applies to 2022.0 Update and later

Create and apply a support script that stacks open, rastered, easy-to-remove volumetric supports on top of solid-core, robust volumetric ones.

Jump to:

The stacked support on this propeller example generates fully autonomously from only two support actions in mere seconds.

This tutorial shows setting up and generating hybrid support using a support script. While the support actions that comprise the script may be configured and performed manually, using a script saves time and is most importantly reproducible with minimized chance of error.

Caution: This tutorial uses default values for anything other than hybrid support specifically, and the latter only to demonstrate the steps. Do not use any defaults in practical application unless you are sure they meet your material, machine, and part or parts, and application.

Creating the support script

Creating the support script requires a part loaded in the support editor. Arranging and orienting it into the right position suitable and practical for your additive machine and buildjob is not part of this tutorial.

  1. Load the part into Netfabb. Arrange and orient it, and choose Generate supports from the main menu.
  2. In the context view, select the Support scripts tab.
  3. Click New script.

    In the opening dialog, provide a name for the script and click OK.

You now have a new, empty support script ready to be filled with support actions.

Top

Adding and configuring script actions

Netfabb can generate hybrid support because it runs the support actions successively, and because subsequent actions can be made aware of places and spaces occupied by supports generated by previous actions.

In which order the solid and the open section is generated is actually not important. The structured section may be generated first, as may the solid one, as long as the second action is configured to tolerate existing supports. In this tutorial, the solid section is generated first.

Action for the solid section

  1. From the dropdown menu at the bottom of the Support scripts tab, select Area with volume support and click Add.
  2. In the script listing, make the following configuration changes. Feel free to click Execute before and after each step to observe the effects of the changes.
    1. Click on Description and type in solid section. Hit Enter to accept the text change.
    2. Set Support properties > Filling type from the default Structure to Closed volume.
    3. Set Support properties > Top distance to part from the default 0.00 mm to 20 mm.
    4. Set Support properties > Connection > Connection by layer > Pin type from the default Cross to No pins.
    5. Set Support properties > Fragments > Raster > Fragments from the default Yes to No.

The first support action, configured to produce the solid section of the hybrid support, with the important changes marked with an asterisk

Action for the open section

  1. From the dropdown menu at the bottom of the Support scripts tab, select Area with volume support and click Add.
  2. In the script listing, make the following configuration changes to the newly added section. Again, feel free to click Execute before and after each step to observe the effects of the changes.
    1. Click on Description and type in open section. Hit Enter to accept the text change.
    2. Set Cluster > Duplicate support from the default Avoid duplicate support to Tolerate duplicate support.
    3. Set Support properties > Structure properties > Maximum height from the default 0.00 mm to 20.00 mm.

The second support action, configured to produce the open section of the hybrid support, with the important changes marked with an asterisk

With the two actions now configured, click Save. The support script is now ready to run.

Top