Skip to main content

3D Print

The assignment of the week is to design and 3D print an object that could not be made subtractively.
My idea is to design a one-piece molding parts. One-piece molding in 3D printing refers to the process of creating an entire object as a single, continuous piece rather than assembling multiple parts, which can't be made subtractively.

Draft Design

My first idea is to design a one-piece joint component like this:

Design in fusion360

Design process

First start the design from the sketch.

The most important thing to let the joint moveable is the clearance, i.e. the gap between the two parts.
As I want the clearance be adjustable in the further design, I set it as parameter clearance and set it as 0.5mm for draft.
As the final model will include two moveable parts, it will be better to set two component to hold the body of different parts. I. Right click the name on left top, and choose New Component.
II. The following step will occurs inside component 1, so make sure you choose the component 1 by click it. There will be a dot on the right if you do it correctly.
Use extrude to extrude the half body
and use mirror to mirro the rest of the body. Now we finish the component 1.
The following step will occurs inside component 2, so make sure you choose the component 2 by click it until the dot show in the right side.
Similar to the component 1, use extrude and mirror to form the body of component 2.
Then export the mesh as stl for 3D printing.

3D Printing

After the stl file is generated from fusion360, the next step is print it out.

Print process

I use Bambu Lab A1 as the printing machine and use the BambuStudio as the slicer.

Also I print copy another one with half size, just want to test can it move with half gap size (0.25mm).

The result:

Advanced Design

From the draft design, both 0.5mm clearance and 0.25mm clearance are moveable, where 0.5mm clearance can't hold still in special angle but 0.25mm can.
So I want to test the limit of the clearance which can move freely or holding still. In order to achieve this goal, I want to print the same model from 0.05mm clearance to 0.5mm, test it with every 0.05mm step.
In order to classic the clearance of the model, I add a mark with the clearnce on the model.

There will be a problem, as there will be 10 models from 0.05mm clearance to 0.5mm(0.05mm step), which mean I will need to change the mark ten time when I change the clearance. But the text can't be directly change like the dimension parameter, will it be a better way?

Add-in: ParametricText

In Fusion 360, an "add-in" is a custom extension or plugin that enhances the software's functionality. These add-ins can automate repetitive tasks, introduce new tools, or integrate with other software and services. One of them is ParametricText tool, which allow the text change with the parameter.

Download and Install add-in

Downloading the add-in

First we need to download the add-in from AUTODESK App Store.
Add-in: https://apps.autodesk.com/FUSION/en/Detail/Index?id=2114937992453312456
I. Remember to choose the operating system based on your computer
II. Click Download.

In this example, I will download a script named ParametricText_win64.msi.

Installing the add-in

Detail instrustion of adding add-in

  1. Create a top level folder including the msi file with exactly same name, and paster the folder into the path:
    C:\Users\...\AppData\Roaming\Autodesk\Autodesk Fusion 360\API\AddIns
  2. Go back to fusion360, press hot key s and search Scripts and Add-ins.
  3. Confirm the 'ParametricText' is installed.

Set the text as parameter

  1. Write a text in a sketch with 'Text'
  2. Search for the Change Text Parameters
  3. Press the + sign at the left bottom, it will create a new bar
  4. click the text you want to set as parameter
  5. the bar name will change
  6. Enter the parameter you set.
    For example, I first set a parameter call clearance in change parameters, so I will enter {clearance} in bar in 6. above

Now the text will change as the dimension when you change the parameter.

3D Printing

Download the stl form fusion 360, import them to the BambuStudio and slicer it!

Save printing time!

Place the parts as close as together can usually save printing time, but compare to the following setting, the printing time doesn;t reduce much.

It's because the time is waste to bulid the wall even the model to touch together.
To make the parts really combin, select all the part, right click and choose Merge.
With merge, there will be no wall inside and save the printing time!

The final result:

Conclusion

With 0.05mm clearance, the parts can't move
With 0.1~0.3mm clearance, the parts can move and the friction is strong to "hold" the parts
With clearance > 0.3mm, the parts can move freely and friction isn't strong enough to "hold" the parts.