# Acabando o filamento

Esse é um dos problemas mais fáceis de diagnosticar e, ao mesmo tempo, um dos mais irritantes. É comum achar que ainda há material suficiente e descobrir o contrário só depois de muitas horas de impressão.

Para evitar isso, vale seguir alguns cuidados:

### **Pese o carretel vazio**

Anote o peso em gramas de um carretel vazio do fabricante que você usa. Depois, pese o carretel que vai entrar na impressão, subtraia o peso do carretel vazio e estime quanto filamento ainda resta. Deixe uma margem de pelo menos `20 g`.

### **Use pausa por altura de camada**

Se você já sabe que o carretel não vai chegar até o fim, adicione uma pausa programada no slicer. No Cura, isso fica em `Extensions > Post-Processing > Modify G-Code`, com o script `Pause at Height`. Assim você consegue trocar o carretel no ponto certo.

### **Entenda a densidade do material**

O slicer costuma estimar consumo em gramas, mas isso pode sair errado se a densidade do material não estiver configurada corretamente. Muitas vezes a base é PLA. Se o valor vier em metros, dá para converter usando a densidade correta do filamento.

Você também pode usar [esta calculadora](https://poly-calc-flow.polymaker.com/) para fazer a conta automaticamente.

PolyLite PLA is 1.19 grams per cubic cm. If you were using 1.75mm diameter filament, one meter of filament would be 2.41 cubic cm in volume.

1 meter of PLA 1.75mm filament would then be equal to 2.41 x 1.19, or 2.8679 grams. A 1,000 gram spool of PLA should be roughly 348.7 meters.

Using that 2.41 cubic cm in volume for 1.75 filament, you can use the data below to\
figure out how many grams of material your print expects to use.

#### **Esses valores são da Polymaker e podem variar por fabricante**

* PolyLite PLA: 1.19 g/ccm – 2.87 grams per meter (1.75mm filament). 1KG = 348.7 meters.
* PolyLite ABS: 1.12 g/ccm – 2.7 grams per meter (1.75mm filament). 1KG = 370.37 meters
* PolyLite PET: 1.25 g/ccm – 3.01 grams per meter (1.75mm filament). 1KG = 332.23 meters
* CoPA Nylon: 1.12 g/ccm – 2.7 grams per meter (1.75mm filament). 1KG = 370.37 meters

For 2.85mm filament, use 6.38 cubic centimeters as the volume per meter.

#### **Resumo**

1.75 mm filament = 2.41 cubic CM in volume for 1 meter of filament.\
2.41 x density = grams of filament in 1 meter of filament.\
Spool weight/grams of filament in 1 meter of filament = length of filament in meters

***Nota:** cada fabricante pode usar densidades um pouco diferentes. O ideal é sempre usar a densidade informada pelo fabricante no seu slicer.*

**Use um sensor de fim de filamento**\
Muitas impressoras já vêm com esse sensor, e em outras ele pode ser adicionado. Ele pausa a impressão quando o filamento acaba, permitindo trocar o carretel e retomar o trabalho.

## Resumo para evitar ficar sem filamento

* Pese o carretel antes de começar.
* Use pausa programada se souber que o carretel não vai terminar a peça.
* Calcule o consumo com a densidade correta do material.
* Use sensor de fim de filamento sempre que possível.

{% embed url="<https://www.youtube.com/shorts/VlCyRilviSo>" %}


---

# 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://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-pt/dicas-de-impressao/problemas-comuns-de-impressao/acabando-o-filamento.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.
