# 15mm Extrusion

## 15mm Extrusion Basics

![](/files/-MBkHrnt_uVR6k2RhQuQ)

The 15mm profile of the [Extrusion](https://www.revrobotics.com/ftc/structure/) has slots on on all four sides that accept standard [M3 hardware](https://www.revrobotics.com/ftc/hardware/fasteners/). Rather than using a T-nut, which is more expensive,  slide a M3 hex head screw along the slot and adjust brackets and other build materials as needed. As illustrated in the image above, the ends of the Extrusion also have a 5mm hole **pitch** that can be M3 tappped. &#x20;

{% hint style="info" %}
*To learn more about extrusion systems versus pitch systems return to the* [*Structure Page*](/duo-build/structure/intro.md)*.*
{% endhint %}

### Product Specs&#x20;

* Material: 6063-T5 aluminum, clear anodized
* Height: 15mm
* Width: 15mm&#x20;
* Length: [Various options](https://www.revrobotics.com/ftc/structure/15mm-extrusion/)
  * Extrusion can be cut to shorter lengths as needed

## When to Use?

The flexibility of the 15mm Extrusion makes it a great option for arms, lifts, and other robot manipulators and mechanisms. This is one of the most compact structure pieces and allows for compact designs. Depending on the design and use case, you may wish to add additional supports to avoid twisting under high loads, also known as torsion.

{% hint style="info" %}
*To help with joints you may need Extrusions with beveled edges. To learn more see the* [*Joint*](/duo-build/building/constraining-motion.md#constructing-joints) *section.*
{% endhint %}

## How to Use?

The point of the extrusion system is to offer more flexibility in design than would come in a fixed pitch system. The [slots](/duo-build/structure/intro/15mm-extrusion.md#specifications) in the extrusion allow brackets and other components to be slid along the 15mm Extrusion to an infinite number of positions&#x20;

![](/files/-M7iDNNpu0L2tY9RLwSS)

The illustration above shows how easy it is to swap, adjust and iterate designs. This works for gear mating, chain tensioning, and bracket adjustments as you are iterating.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.revrobotics.com/duo-build/structure/intro/15mm-extrusion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
