> For the complete documentation index, see [llms.txt](https://docs.angelbotics.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angelbotics.org/manufacturing-resources/3d-printing/fdm-3d-printing/fdm-3d-printing-materials.md).

# FDM 3D Printing Materials

## Standard Materials

<table><thead><tr><th width="128">Material</th><th width="450">Description</th><th width="129.63330078125">Nozzle Temp</th><th width="130">Bed Temp</th><th width="450">Other Notes</th></tr></thead><tbody><tr><td>PLA</td><td>The most common 3D printing material. Moderate strength, low temperature resistance.</td><td>190-230 °C</td><td>50-70 °C</td><td></td></tr><tr><td>PETG</td><td>Moderate strength. Moderate temperature resistance.</td><td>230-260 °C</td><td>60-80 °C</td><td></td></tr><tr><td>ABS</td><td>Moderate strength. Moderate temperature resistance</td><td>240-260 °C</td><td>90-100 °C</td><td>Warps very easily, must be printed in an enclosure.</td></tr><tr><td>ASA</td><td>Moderate strength. Moderate temperature resistance.</td><td>240-260 °C</td><td>90-100 °C</td><td>Similar to ABS but slightly easier to work with.</td></tr><tr><td>TPU</td><td>Flexible material. Low temperature resistance.</td><td>190-230 °C</td><td>30-50 °C</td><td>Must use glue stick under print. Harness depends on durometer rating. Must be dried before use.</td></tr></tbody></table>

## Reinforced Materials

<table><thead><tr><th width="129.5">Material</th><th width="449.5">Description</th><th width="130">Nozzle Temp</th><th width="129.5">Bed Temp</th><th width="449.5">Other Notes</th></tr></thead><tbody><tr><td>PETG-CF</td><td>High strength. Moderate temperature resistance.</td><td>240-270 °C</td><td>60-80 °C</td><td>Must use hardened nozzle.</td></tr><tr><td>ABS-GF</td><td>High strength. Moderate temperature resistance.</td><td>250-270 °C</td><td>90-100 °C</td><td>Must use hardened nozzle.</td></tr><tr><td>ASA-CF</td><td>High strength. Moderate temperature resistance</td><td>250-270 °C</td><td>90-100 °C</td><td>Must use hardened nozzle.</td></tr><tr><td>PA6-CF</td><td>Highest strength. High temperature resistance.</td><td>270-290 °C</td><td>100-120 °C</td><td>Must use hardened nozzle. Must Dry before use. Full enclosure necessary, heated chamber recommended.</td></tr><tr><td>PC-CF</td><td>Highest strength. High temperature resistance.</td><td>270-290 °C</td><td>100-120 °C</td><td>Must use hardened nozzle. Drying before use recommended. Full enclosure recommended. </td></tr><tr><td>ONYX</td><td>Highest Strength. High Temperature Resistance</td><td>300°C</td><td>N/A</td><td>Only compatible with Markforged Printers</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.angelbotics.org/manufacturing-resources/3d-printing/fdm-3d-printing/fdm-3d-printing-materials.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.
