...
For different applications there are different priorities and for some the manufacturability is specially high. Therefore, it would be nice to push designs in a direction where the manufacturing gets easier without costing to much performance regarding the efficient design and material allocation.
For this use case an experimental a Support Reduction function is implemented which takes the needed support for additive manufacturing into account while optimising the part. The function got three different strategies which could be used. The three different strategies are:
...
In the following graph the interaction between the part volume and the support volume is illustrated. You can see the little amount of extra volume can reduce a high amount of the support but also that the most active mode needs significant more material. Note that these is only one example that illustrates how the support reduction could look like, but this differs between different parts and tasks. So feel motivated to try the different modes to find the ideal one for your specific part.
...
How to use…
To use this function the Advanced User Settings need to be used due to the fact that this function is still experimental. In these either one or two command need to be added, depending on the setting you choose. The first one is the supportReductionMode. You can select the required one with the command:
...
schedule.prefabricated.supportReductionMode = passive
For the two other options (Reactive and Active) there is also another parameter that can be used to define how strong the support reduction needs to be. The value can be configured with the following command:
...
schedule.prefabricated.supportReductionIntensity = 5
5 is also the default value if you don’t specify one. Note that a high value for the intensity most likely puts more additional material on the design to reduce the support of the part. The Support Reduction can be activated for every optimisation scenario separately under the Design Rules entry. It can be chosen between the 3 different Support Reduction Modes (Passive, Reactive & Active) and the Intensity can be set up.
...
Build direction
The build direction is z by default. If you want to use another direction than that you have to rotate the part. The only exception to this are symmetrical Designs, for them the build direction is the positive z direction of the symmetry coordinate system.
Attention: The Material Coordinate System does not have an impact on the build direction for the Support Reduction!
You might also be interested in this tutorial:
...