> 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/faqs/faq-replace-filament.md).

# How to replace filament?

### Learn how to replace filament on Youtube :point\_down:&#x20;

{% embed url="<https://youtu.be/dn1_uDTA5LU>" %}

### Or follow the instruction to replace the filament.&#x20;

#### 1) Preheat the nozzle to target temperature.

Open **Terminal** and Send the corresponding command and wait for it reaches the target temperature.&#x20;

* PLA: M109 S190

<div align="left"><img src="/files/-MCe8kkoYiDaGByIvQFe" alt=""></div>

Or you can change filament with Touchscreen by going to **3D printing > change filament**.&#x20;

#### 2) Press the black rubber ring

❗Please be careful and DO NOT touch the hotend.

<div align="left"><img src="/files/-MCeIyJjCOW957DjZpYN" alt=""></div>

<div align="left"><img src="/files/-MCeJ4BB_fzXJlrwkPFs" alt=""></div>

#### 3) Drag out the Bowden tube with the filament.

💡**Tips:** Press the ring with thumb and index finger and drag the tube with other fingers. &#x20;

<div align="left"><img src="/files/-MCeJYf-R_EJLILdtUM5" alt=""></div>

<div align="left"><img src="/files/-MCeJcKp-A2BJ_TAxsKs" alt=""></div>

#### 4) Drage filament out of the Bowden tube.

<div align="left"><img src="/files/-MCeK8MzgUAm2C2nShB7" alt=""></div>

#### 5) Insert the new filament into the extruder to protrude about 5cm out of Bowden Tube.&#x20;

![](/files/-MCe9u74UxYfgtpVidsP)

#### 6) Insert the filament into the 3D printing module.&#x20;

![](/files/-MCeADcLNj2toPIL8-0m)

Keep inserting the filament until you see some filament coming out of the nozzle and couldn't insert deeper.&#x20;

![](/files/-MCeAH42MsyDFiBF2Vic)


---

# 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/faqs/faq-replace-filament.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.
