> For the complete documentation index, see [llms.txt](https://docs.siboor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siboor.com/siboor-boom-january-2026/the-build/slicer-setup.md).

# Slicer Setup

#### ※Download Slicer software <a href="#download-slicer-software" id="download-slicer-software"></a>

Orca Slicer is an open-source slicing software designed to convert 3D models into G-Code, the language that 3D printers understand. It takes a digital 3D model and slices it into horizontal layers, generating the instructions needed for the printer to build the model layer by layer. This process includes defining the tool paths, adjusting print settings, and optimizing the model for the best possible print quality.

{% hint style="info" %}
**Download and Install Orca Slicer**

Since slicing systems vary, please navigate to the appropriate page to download the suitable version
{% endhint %}

{% embed url="<https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/v2.1.1>" %}

Open OrcaSlicer Change to the desired language

<figure><img src="/files/O0KvfuXVCjjYz5WkSSzj" alt=""><figcaption></figcaption></figure>

#### ※Download and extract the S-BOOM slice file

{% file src="/files/JNprSEkweaCzEIvkBW01" %}

Upload the extracted S-BOOM files to the slicing software.

<figure><img src="/files/IxQIiQCFEqU4R2cNz4Rw" alt=""><figcaption></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://docs.siboor.com/siboor-boom-january-2026/the-build/slicer-setup.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.
