> For the complete documentation index, see [llms.txt](https://manual.rotrics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.rotrics.com/faq-troubleshooting/troubleshooting/safety-enclosure-wiring-changes.md).

# Safety enclosure wiring changes

{% hint style="success" %}
:date: **Update: 2020/09/30**
{% endhint %}

In our original design, the safety enclosure fan is controlled by DexArm via the PWM cable, which is using the same controlling IO as the 3D printing heater. But this design has a safety risk. When using the laser module, if the Arm 2\*6Pin is connected to the 3D printing module by accident, the heater will be heated continuously with the highest power, which may cause damage to the 3D printing module, or burn your skin, or cause a fire.&#x20;

For safety reasons, we have redesigned the enclosure fan control logic in our latest firmware (V2.1.8). And in order to ensure the normal operation of the enclosure fan, we have changed the enclosure wiring method. If your enclosure hasn't been shipped yet, we will send you the enclosure in the new wiring method. If you have received the enclosure already, please kindly adjust the wiring manually according to the following steps:&#x20;

1\. Take the black cable(marked in the red) out of the plastic shell:&#x20;

<div align="center"><img src="/files/-MITPoB0tjo0-sPCUK0a" alt=""></div>

2\.  Move the black cable outer sheath and solder the wire to the PCB( as shown in the following picture):

<div align="center"><img src="/files/-MITQ-_00tU4x-Xq-Ywo" alt=""></div>

<br>


---

# 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://manual.rotrics.com/faq-troubleshooting/troubleshooting/safety-enclosure-wiring-changes.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.
