# 3D Printing

3D printing is one of the most common advanced manufacturing technique that is used in VexU allowing teams to make complex parts to suit use cases. This technology allows for rapid prototyping, giving competitors the flexibility to iterate on designs quickly and affordably. Not only does this enhance the capability to fine-tune robots for optimal performance, but it also allows for low cost manufacturing.&#x20;

## Best Practices

### Perimeters & Infill

<mark style="color:yellow;">**Perimeters**</mark> are the outermost layers of a 3D printed object, providing the shape and are crucial for the object's strength. Increasing the number of perimeters enhances the part's durability and impact resistance.

A minimum of 3 perimeters is recommended for any piece that will be under continuous strain or experience impact.&#x20;

<mark style="color:yellow;">**Infill**</mark> refers to the internal structure that occupies the space inside a 3D printed object. It adds strength and rigidity while minimizing material usage and print time. The infill percentage and pattern can be adjusted depending on the application.

20% infill is a safe bet. Gyroid & 3D honeycomb are the most common patterns.&#x20;

### Materials

<mark style="color:yellow;">**Polylactic Acid (PLA)**</mark> is by far the most common 3d printing filament due to its ease of use, low printing temperature, and above average durability/strength. PLA is a versatile material that can be used for the majority of parts on a robot from structure, to motion components.&#x20;

{% embed url="<https://polymaker.com/product/polylite-pla/>" %}

<mark style="color:yellow;">**Acrylonitrile Butadiene Styrene (ABS)**</mark> is one of the strongest and most durable 3d printing filaments, but is more difficult to work with. ABS has a high impact resistance and is well suited for any portion of a robot that will undergo repeated stressing such as gears.

{% embed url="<https://polymaker.com/product/polylite-abs/>" %}

<mark style="color:yellow;">**Polyethylene Terephthalate Glycol (PETG)**</mark> is seen as a middleground between PLA and ABS. PETG is more durable than PLA, but far easier to work with than ABS.&#x20;

{% embed url="<https://polymaker.com/product/polylite-petg/>" %}

### Common Hole Sizes

> These are based on the experience & practice of the Purdue SIGBots.

Screw ***THROUGH*** Holes - 0.175" Diameter

Screw ***SELF-TAP*** Holes - 0.160" Diameter


---

# 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://wiki.purduesigbots.com/hardware/vexu/common-manufacturing-techniques/3d-printing.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.
