> For the complete documentation index, see [llms.txt](https://wiki.polymaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.polymaker.com/polymaker-products/more-about-our-products/safety-in-3d-printing.md).

# Safety in 3D Printing

3D printing opens the door to creating functional, customized parts, but it also introduces important safety considerations. Material choice is only one part of the equation. The printing process itself, including temperature, hardware, and design, can directly impact whether a finished object is safe for its intended use. This section provides a high-level overview of key safety topics to keep in mind when working with 3D printed parts.

### Food Safety <a href="#food-safety" id="food-safety"></a>

Some raw materials may meet food contact standards in their base form, and certain certifications exist in regions like the EU. However, in the United States, the FDA does not certify raw filament materials. Instead, certification applies to the final manufactured object. With 3D printing, factors like layer lines, surface porosity, print settings, and even the nozzle material can introduce contamination risks. As a result, a filament that may be considered food safe in its raw state can produce a printed object that is not food safe.

<a href="/pages/QKfS9OXd01sg1Vwv0qd2" class="button primary">More on Food Safety</a>

### Child and Toy Safety <a href="#child-and-toy-safety" id="child-and-toy-safety"></a>

Material compliance standards such as EN 71-3 and CPSIA-style documentation can be achieved for specific products, and efforts are ongoing to expand certified material options. That said, safety is not determined by material alone. Print quality plays a major role. Poor layer adhesion, sharp edges, small detachable parts, or brittle prints can all create hazards. A material that meets toy safety standards can still result in an unsafe object depending on how it is printed and finished.

<a href="https://app.air.inc/a/be8f04774" class="button primary">Polymaker EN 71-3 Certifications</a><a href="/pages/AINofbka8AtjYphGcMxd" class="button primary">More on Child Toy Safety</a>

### Skin Contact Safety <a href="#skin-contact-safety" id="skin-contact-safety"></a>

Certain materials can be evaluated for biocompatibility using standards such as ISO 10993, which includes tests for cytotoxicity, irritation, sensitization, and systemic toxicity. PolyFlex TPU90 is an example of a material that has passed multiple ISO 10993 tests, and additional materials are being evaluated.&#x20;

Then REACH and RoHS declarations are useful because they show whether restricted substances and certain hazardous materials are intentionally avoided or kept below limits.

Even with tested materials, print conditions, post-processing, and cleanliness can influence how suitable a printed part is for prolonged skin contact.

<a href="/pages/NLaqavyntNNDD59fcrV2" class="button primary">More on Skin Contact Safety</a>

### Indoor Air Quality <a href="#indoor-air-quality" id="indoor-air-quality"></a>

3D printing can release ultrafine particles and volatile organic compounds during the printing process. Some materials may also produce noticeable odors when heated. These emissions vary depending on the material and print settings. It is recommended to operate all 3D printers in a well-ventilated area, regardless of material type, including commonly used filaments like PLA. Research into emissions and air quality impacts is ongoing.

<a href="/pages/InYUfGxvmdagnfYk9ZDQ" class="button primary">More on Indoor Air Quality</a>

### Other Certifications and Declarations <a href="#other-certifications-and-declarations" id="other-certifications-and-declarations"></a>

In addition to application-specific safety considerations, material-level compliance and chemical safety declarations are also important. These may include statements regarding restricted substances, environmental regulations, and chemical composition. Examples include compliance with regulations such as REACH, RoHS, TSCA, and declarations covering PFAS, BPA, PAHs, and other substance groups. These documents help provide transparency into material composition, but they do not replace the need to evaluate the safety of the final printed object.

<a href="/pages/DMMGV2AI0EExrSAkyCK5" class="button primary">All of Polymaker Certifications and Declarations</a>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.polymaker.com/polymaker-products/more-about-our-products/safety-in-3d-printing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
