> ## Documentation Index
> Fetch the complete documentation index at: https://docs.researchanddesire.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 24mm Clamping Thread - End Effector

> Output interface with 24 mm external threading for OSSM toy‑mount adapters

export const STLViewer = ({url}) => {
  const [loading, setLoading] = useState(true);
  const EMBED_URL = `https://www.viewstl.com/?embedded&url=${encodeURIComponent(url)}`;
  const getGitHubUrl = rawUrl => {
    if (rawUrl.includes('raw.githubusercontent.com')) {
      return rawUrl.replace('raw.githubusercontent.com', 'github.com').replace(/\/main\//, '/blob/main/');
    }
    return rawUrl;
  };
  const fileUrl = getGitHubUrl(url);
  const fileName = decodeURIComponent(url.split('/').pop());
  return <div style={{
    width: '100%',
    maxWidth: '800px',
    margin: '0 auto'
  }}>
      {loading && <div style={{
    position: 'absolute',
    display: 'flex',
    alignItems: 'center',
    justifyContent: 'center',
    width: '100%',
    height: '500px',
    background: '#f5f5f5',
    borderRadius: '8px',
    zIndex: 1
  }}>
          Loading 3D viewer...
        </div>}
      <div style={{
    position: 'relative'
  }}>
        <iframe src={EMBED_URL} style={{
    width: '100%',
    height: '500px',
    border: 'none',
    borderRadius: '8px',
    background: '#f5f5f5'
  }} onLoad={() => setLoading(false)} title="STL Viewer" allowFullScreen />
      </div>
      <div style={{
    display: 'flex',
    justifyContent: 'space-between',
    alignItems: 'center',
    marginTop: '8px',
    fontSize: '12px',
    color: '#666'
  }}>
        <span>Drag to rotate • Scroll to zoom</span>
        <a href={fileUrl} target="_blank" rel="noopener noreferrer" style={{
    color: '#0066cc',
    textDecoration: 'none'
  }}>
          {fileName} ↗
        </a>
      </div>
    </div>;
};

<STLViewer url="https://raw.githubusercontent.com/KinkyMakers/OSSM-hardware/main/Printed%20Parts/Actuator/OSSM%20-%2024mm%20Clamping%20Thread%20-%20End%20Effector.stl" />

## Quick Reference

|          |             |
| -------- | ----------- |
| Quantity | 1 per build |

## Function

The 24 mm Clamping Thread - End Effector is the output end of the OSSM actuator. It:

* Provides a 24 mm external thread that mates with OSSM toy‑mount adapters and the 24 mm five‑sided nut
* Bolts to the MGN12H linear rail carriage alongside the belt clamp
* Transfers thrust from the actuator to the attached toy mount

<Warning>
  Print this part in the default file orientation. Re‑orienting threaded parts weakens layer adhesion and can cause failure under load.
</Warning>

<Tip>
  Material: PETG or nylon recommended for toughness. Avoid PLA for high‑temperature use. Use 2 raft layers to improve bed adhesion for the threaded section.
</Tip>

<Tip>
  Post‑processing: Chase the threads by slowly threading the 24 mm five‑sided nut on and off a few times. Deburr the first thread with a sharp blade if needed.
</Tip>

## Download Files

<CardGroup cols={3}>
  <Card title="STL File" icon="cube" href="https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Actuator/OSSM%20-%2024mm%20Clamping%20Thread%20-%20End%20Effector.stl">
    Download for slicing
  </Card>

  <Card title="STEP File" icon="drafting-compass" href="https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Actuator/STEP/OSSM%20-%2024mm%20Clamping%20Thread%20-%20End%20Effector.stp">
    For CAD modification
  </Card>

  <Card title="3MF (Full Assembly)" icon="layer-group" href="https://github.com/KinkyMakers/OSSM-hardware/tree/main/Printed%20Parts/Actuator/Preconfigured%203mf">
    Pre‑configured print files
  </Card>
</CardGroup>
