Creating a custom thread M42* 0.75 pitch - thread profile have dissapeared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi fellow fusioners.
I am trying to create an adapter for an CCD astronomy camera. It has to have a M42*0.75 thread. I cannot find any specifications online. I found the specifications for m33 *0.75 and used them. Is this a suitable solution?
I have created the the XML file in the correct directory as follows:
<?xml version="1.0" encoding="UTF-8"?>
<ThreadType>
<Name>Astro Filter</Name>
<CustomName>Astro Filter</CustomName>
<Unit>mm</Unit>
<Angle>60</Angle>
<ThreadSize>
<Size>42</Size>
<Designation>
<ThreadDesignation>M42x0.75</ThreadDesignation>
<CTD>M42x0.75</CTD>
<Pitch>0.75</Pitch>
<Thread>
<Gender>external</Gender>
<Class>4g6g</Class>
<MajorDia>41.908</MajorDia>
<PitchDia>41.4595</PitchDia>
<MinorDia>41.066</MinorDia>
</Thread>
<Thread>
<Gender>internal</Gender>
<Class>6h</Class>
<MajorDia>41.283</MajorDia>
<PitchDia>41.588</PitchDia>
<MinorDia>42.129</MinorDia>
<TapDrill>41.25</TapDrill>
</Thread>
</Designation>
</ThreadSize>
</ThreadType>
However fusion crashes so I know something is wrong. All I really nead is the internal dimension.
Thanks