> 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/indoor-air-quality.md).

# Indoor Air Quality

3D printing can affect indoor air quality because printers release volatile organic compounds, ultrafine particles, and odors during operation. That matters most in enclosed or semi-enclosed spaces like living rooms, classrooms, offices, and shared apartments, where emissions can build up if the room is not ventilated well. UL 2904 is one of the main standards used to measure these emissions under defined indoor-use conditions, including classroom, office, and residential scenarios.

### What The Emissions Are <a href="#what-the-emissions-are" id="what-the-emissions-are"></a>

Ultrafine particles are tiny enough to travel deep into the lungs, and VOCs can contribute to irritation, odor, and broader indoor air concerns. UL’s technical brief notes that printer emissions can include both particle and chemical outputs, and that some detected VOCs may be irritants, odorants, or other hazardous compounds. Emissions vary by printer, feedstock, temperature, enclosure, and operating conditions, so there is no single result that applies to every setup.

### Material Differences <a href="#material-differences" id="material-differences"></a>

PLA is often treated as the gentlest common filament, but that does not make it emission-free or automatically safe in a closed room. Research cited in the literature shows that particle emissions can differ a lot by material, with ASA, TPU, PP, and ABS showing notably higher nanoparticle emissions in one study, while temperature also played a major role. PETG usually sits somewhere in the middle in practical use, but it still benefits from the same ventilation approach as every other material.

### Enclosures and Filtration <a href="#enclosures-and-filtration" id="enclosures-and-filtration"></a>

An enclosure can help contain emissions, but an enclosure alone is not the same as ventilation. HEPA filters can reduce particles, while carbon filters can help with some odors and VOCs, but performance depends on the printer, airflow path, filter quality, and how well the system is maintained. Results from open desktop printers should not be assumed to match enclosed printers, because emissions and exposure conditions change significantly.

### Practical Use Cases <a href="#practical-use-cases" id="practical-use-cases"></a>

For home printers, classroom machines, and office workstations, the safest default is still good ventilation, even when printing PLA. That becomes more important with higher-emission materials like ABS and ASA, which generally call for stronger controls and better airflow management. Overnight printing while sleeping is not ideal in an enclosed bedroom or any poorly ventilated space because you are exposed for many hours without supervision.

### Standards And Testing <a href="#standards-and-testing" id="standards-and-testing"></a>

UL 2904 and GREENGUARD-style low-emission claims depend heavily on the exact test setup, including chamber conditions, printer model, feedstock, and whether the printer is open or enclosed. That means certification can be useful, but it is not a universal promise for every environment. Chamber testing is most useful as a benchmark, not as proof that every real-world setup will behave the same way.

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

The simplest guidance is to print in a well-ventilated area no matter what material you use. If a setup has an enclosure, filtration, or exhaust, those can help, but they should be treated as part of a system rather than a replacement for fresh air exchange. Polymaker is also continuing research in this area, which makes sense because emissions depend so much on the whole printing environment and not just the filament itself.


---

# 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/indoor-air-quality.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.
