Blogperry

Easily create Corcelain threads in fusion

How to Create Custom Threads in Fusion 360 for Corcelain Extensions

tl;dr

To add custom threads for Corcelain extensions in Fusion 360, copy the XML below and place it in the correct folder, restart Fusion, and apply it using the Thread tool with "Modeled" checked.

Introduction

Corcelain is a porcelain cup design featuring screw thread that enable endless customization with 3D-printed extensions. This thread is some custom thread that isn't built into Autodesk Fusion. So to be able to add it easily, you'll want to create a custom thread profile.

Thread Profile

Create a file called CorcelainThread.xml in the following ThreadData directory:

For Mac:

Macintosh HD > Users > [YourUsername] > Library > Application Support > Autodesk > Webdeploy > production > [Newest VersionID] > Autodesk Fusion 360 > Contents > Libraries > Applications > Fusion > Fusion > Server > Fusion > Configuration > ThreadData

For Windows:
C:\Users\[YourUsername]\AppData\Local\Autodesk\webdeploy\production\[VersionID]\Fusion\Server\Fusion\Configuration\ThreadData

Put the following thread data in it:

<?xml version="1.0" encoding="UTF-8"?>
<ThreadType>
  <Name>Corcelain Custom Threads</Name>
  <CustomName>Corcelain Custom Thread</CustomName>
  <Unit>mm</Unit>
  <Angle>90</Angle>
  <SortOrder>1</SortOrder>
  <ThreadSize>
    <Size>M42</Size>
    <Designation>
      <ThreadDesignation>M42x7.5</ThreadDesignation>
      <CTD>M42x7.5</CTD>
      <TPI>3.39</TPI>
      <Thread>
        <Gender>external</Gender>
        <Class>A</Class>
        <MajorDia>42.0</MajorDia>
        <PitchDia>39.2</PitchDia>
        <MinorDia>36.7</MinorDia>
      </Thread>
      <Thread>
        <Gender>external</Gender>
        <Class>B</Class>
        <MajorDia>41.6</MajorDia>
        <PitchDia>38.8</PitchDia>
        <MinorDia>36.3</MinorDia>
      </Thread>
      <Thread>
        <Gender>internal</Gender>
        <Class>A</Class>
        <MajorDia>42.2</MajorDia>
        <PitchDia>39.3</PitchDia>
        <MinorDia>36.7</MinorDia>
        <TapDrill>36.7</TapDrill>
    </Thread>
    </Designation>
  </ThreadSize>
</ThreadType>

After this you'll need to restart Fusion.

External Thread

To create a screw that you can screw into the Corcelain cups, create a 42mm cylinder.

https://cdn.sanity.io/images/cdefwedi/production/614684cf29845898f58ad8bda4c39254ce21b411-1708x1110.png

42mm Cylinder

Then use the thread tool (Create > Thread) a click the outer edge of the cylinder.

  1. Modeled MUST be checked.
  2. Select the "Corcelain Custom Thread"
  3. For a tight fit use class "A", for a looser fit use "B".
  4. Click OK to apply the thread.

https://cdn.sanity.io/images/cdefwedi/production/f237f8b18b137ab218921d8d417872ce222de183-1758x1216.png

Ensure "Modeled" is checked.

Next click "F" to open the Fillet tool. Change the type to Full Round Fillet. Select the inner face of the thread for the "Center Faces":

https://cdn.sanity.io/images/cdefwedi/production/7313f6927dc14da3eec524f506f0679107173c8f-1986x1094.png

Select the "root" of the thread

For Side 1 and Side 2 select the faces above and below the face you just selected.

https://cdn.sanity.io/images/cdefwedi/production/bd7bd0b88bbeee4fcc863947952f50ca61e032f4-512x520.png

Select the edges above and below the root

You should now have a thread that will work with Corcelain:

https://cdn.sanity.io/images/cdefwedi/production/1a96f997f0343351f89f3748d7d64cb4670d4a11-1862x1118.png