Community
Fusion Support
Report issues, bugs, and or unexpected behaviors you’re seeing. Share Fusion (formerly Fusion 360) issues here and get support from the community as well as the Fusion team.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to create custom threads

1 REPLY 1
Reply
Message 1 of 2
sgsw.info
3463 Views, 1 Reply

Unable to create custom threads

I've readed the tutorial and some 3d on how to create a custom thread.

 

But, no matter what, if I add an xml file, all other threads disappear, nor modifying the thread xml library show me the newly added thread.

 

My path (Fusion at the last version):

 

C:\Users\biomushroom\AppData\Local\Autodesk\webdeploy\production\df2c2875432b4bd0d6eb31cb9221197ebfddc515\Fusion\Server\Fusion\Configuration\ThreadData

 

Really need help. Thanks

1 REPLY 1
Message 2 of 2
matthew.nichols
in reply to: sgsw.info

@sgsw.info

 

in your Custom thread xml you have a slash in the wrong spot

        <PitchDia>27.0</PitchDia>
        <MinorDia>26.0224</MinorDia>
        <TapDrill>26.0</TapDrill>
      </Thread>
    <Designation/ "this is the bad marker on your code>
  </ThreadSize>
</ThreadType>

This is how it needs to look

        <PitchDia>27.0</PitchDia>
        <MinorDia>26.0224</MinorDia>
        <TapDrill>26.0</TapDrill>
      </Thread>
    </Designation>
  </ThreadSize>
</ThreadType>

 

 

 

 

 



Matthew Nichols
Adoption Specialist - MFG

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report