> 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/skin-contact-safety.md).

# Skin Contact Safety

Skin contact safety is about whether a material can be worn or handled for long periods without causing irritation, sensitization, or exposure to unwanted metals and additives. For 3D printing, that usually matters most for items like watch straps, eyeglass frames, cosplay props, tool handles, and daily accessories that stay in contact with skin for hours at a time.

### What the Standards Check <a href="#what-the-standards-check" id="what-the-standards-check"></a>

A skin-contact claim is usually based on material-specific testing, not a blanket promise that every printed part is safe. ISO 10993 is commonly used in this area, especially tests for cytotoxicity, irritation, and sensitization, and some manufacturers publish skin-contact results only after the material and post-processing route have been evaluated together. That matters because the final result depends on the exact resin or filament, the colorants, and the processing steps used to make the part.

<a href="https://cdn.shopify.com/s/files/1/0548/7299/7945/files/L2002_-_food_contact_test_EN_1.PDF?v=1757103948" class="button primary">PolyFlex TPU 90 ISO 10993 Results</a>

### Why the Printed Part Matters <a href="#why-the-printed-part-matters" id="why-the-printed-part-matters"></a>

A compliant base material can still become a poor skin-contact choice if the print is rough, porous, or poorly finished. Layer lines can trap sweat, dirt, and skin oils, which is especially relevant for wearable parts that are washed often or worn in hot conditions. Additives and pigments can also change the surface chemistry, so natural or uncolored versions are often easier to qualify than heavily modified formulations.

### Chemical and Metal Concerns <a href="#chemical-and-metal-concerns" id="chemical-and-metal-concerns"></a>

For skin-contact items, REACH and RoHS declarations are useful because they show whether restricted substances and certain hazardous materials are intentionally avoided or kept below limits. That does not automatically mean the part is safe for continuous wear, but it does reduce concern about heavy metals and other regulated substances migrating from the material. In practice, material documentation is helpful, but it is still only one piece of the safety picture.

<a href="https://cdn.shopify.com/s/files/1/0548/7299/7945/files/Statement_On_Compliance_With_REACH_1.6_1.pdf?v=1783524853" class="button primary">Polymaker REACH Declaration</a><a href="https://cdn.shopify.com/s/files/1/0548/7299/7945/files/Statement_On_Compliance_With_RoHS_1.4.pdf?v=1783524987" class="button primary">Polymaker RoHS Declaration</a>

### Common Use Cases <a href="#common-use-cases" id="common-use-cases"></a>

Wearables are the most obvious application because they stay against skin, flex repeatedly, and often get exposed to sweat and friction. Cosplay props and daily accessories can also create skin-contact issues, especially if they have paint, primer, adhesives, or coatings that were not chosen for prolonged contact. Tool handles and grip surfaces are another area where irritation, odor, or surface wear can matter more than people expect.

### Practical Risks <a href="#practical-risks" id="practical-risks"></a>

The main risks are not just toxicity, but also comfort and durability. A print that is sharp, brittle, or delaminates under bending can cause rubbing or skin damage even if the raw material is chemically acceptable. Cleaning also matters because sweat and residue can build up on textured parts, making hygiene harder over time.

### Practical Rule <a href="#practical-rule" id="practical-rule"></a>

The safest way to think about skin-contact safety is that the material must be tested, but the finished object must also be evaluated in real use. ISO 10993 and regulatory declarations like REACH and RoHS are useful starting points, yet they do not replace checking the actual print geometry, finish, additives, and expected wear conditions. For any item worn against skin for long periods, the full product matters more than the filament alone.


---

# 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/skin-contact-safety.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.
