> 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-wiki/polymaker-wiki-pt/o-basico/slicers-3d.md).

# Slicers 3D

### O que é um slicer na impressão 3D FDM?

Um slicer é um software especializado que converte modelos 3D em instruções imprimíveis, o G-code, para impressoras FDM. Ele “fatia” o modelo em camadas horizontais, calcula trajetórias e define parâmetros como velocidade, temperatura e fluxo de material. O slicer permite controle preciso sobre qualidade, eficiência de material e integridade estrutural.

### Como slicers funcionam

1. **Importação do modelo**: aceita arquivos 3D como STL, OBJ e STEP.
2. **Segmentação em camadas**: divide o modelo conforme a altura de camada definida.
3. **Geração de trajetórias**: calcula movimentos da extrusora, preenchimento, suportes e recursos de adesão.
4. **Configuração de parâmetros**: ajusta temperatura, retração, resfriamento e opções específicas do material.
5. **Exportação de G-code**: gera as instruções que a impressora vai executar.

Entre os recursos mais importantes estão a otimização da **densidade de preenchimento**, a **geração de suportes** e o ajuste de **velocidade de impressão** para equilibrar qualidade e eficiência.


---

# 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:

```
GET https://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-pt/o-basico/slicers-3d.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.
