> For the complete documentation index, see [llms.txt](https://www.ftcwiki.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ftcwiki.org/manufacturing-and-assembly/additive-manufacturing/3d-printing/sls.md).

# SLS

**SLS (Selective Laser Sintering)>**

A 3D printing method that uses a laser to fuse powdered materials, usually nylon, together to create parts. This process is known to create strong, durable parts with complex geometries.

**How Does SLS 3D Printing Work? >**

* Printing: In this 3D printing process, a thin layer of powder is spread over a platform in the build chamber, preheated to just below its melting point. A laser then selectively heats specific areas, fusing particles to form solid parts while the surrounding powder acts as support. The platform lowers after each layer, repeating the process until the part is fully formed.
* Cooling: After printing, the build chamber needs to slightly cool down inside the print enclosure and then outside the printer to ensure optimal mechanical properties and avoid warping in parts.
* Post-processing: The finished parts need to be removed from the build chamber, separated, and cleaned of excess powder. The powder can be recycled and the printed parts can be further post-processed by media blasting or media tumbling.<br>

<figure><img src="/files/II48xYIz9u1a1cw4Moyj" alt=""><figcaption><p><a href="https://formlabs.com/blog/what-is-selective-laser-sintering/"><em>Formlabs</em> </a><em>diagram of SLS Printer</em></p></figcaption></figure>


---

# 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://www.ftcwiki.org/manufacturing-and-assembly/additive-manufacturing/3d-printing/sls.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.
