# Filtration System

## What is the Filtration System?

This is the filtration system.

![](/files/-LQ5iUZcKUp1UNgLA9SR)

A blower fan pulls air from the printer's inside.

The pulled air is blown into a HEPA filter.

The filtered air is ejected into the printer's inside.

## How To Install

Look at the two holes used for the filtration system. Face the backside of your printer.

![](/files/-LPboiiYmLymze0zmhSy)

Slide the HEPA filter into the printed duct.

![](/files/-LPc2HWdh3CC0bo8AANZ)

Make sure the carbon layer (black) is facing the clip side.

![](/files/-LPc4tAqwx0vTZ0BRwTB)

Install the printed part onto the left hole (as shown below). Use the short screws (M3 x 12 mm).

{% hint style="info" %}
Install loosely.
{% endhint %}

![](/files/-LPboktGyb-cqUnv0Sfv)

Clip the blower fan into the duct.

{% hint style="info" %}
Make sure you the label is pointing outward (as shown below).
{% endhint %}

![](/files/-LPbrLVLC0VgAPMZgqfM)

Install the blower fan onto the right hole (as shown below).

{% hint style="info" %}
Install loosely.
{% endhint %}

![](/files/-LPbomR7Ybg3540v5fKO)

Check to see the blower fan is clipped into the duct.

Tighten all screws down.

Plug the blower fan cable into :

**FAN0 (K'Tana or Compound)**

![](/files/-LPbtHUsYJD-Foz4FdxL)

**FAN2 (Promega-Quad ONLY)**

![](/files/-LbUQq_q2-bu2tdN-eEI)

***Make Sure*** the blower fan's **BLACK** wire (ground) is installed on the **LEFT** pin.

![](/files/-LPbubyEngNebg3WsOLD)

{% hint style="warning" %}
The blower fan will be damaged if installed backward.&#x20;
{% endhint %}

### Additional Software Changes

Open your web control browser

Go to the ***Settings*** tab.

Click the ***System Editor*** tab.

Look for the ***config.g*** file. Open it (double click).

![](/files/-LPbxNJKxMMsbBl4K6OS)

Look for the FANS header.

```
; --- SECTION: FANS ( ) ---
```

Search for this specific code.

```
M106 P0 S0 I0 F4 H-1 L0.3
```

{% hint style="info" %}
***(Promega-Quad ONLY)***

Search for this specific code INSTEAD:

`M106 P2 S0 I0 F4 H-1 L0.3`
{% endhint %}

Change S0 to S1.

```
M106 P0 S1 I0 F4 H-1 L0.3
```

{% hint style="info" %}
***(Promega-Quad ONLY)***

`M106 P2 S1 I0 F4 H-1 L0.3`
{% endhint %}

Click "Save Changes."

Done.


---

# 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://promega.printm3d.com/repair-and-maintenance/install-uninstall/filtration-system.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.
