# 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: 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://docs.siboor.com/siboor-boom-january-2026/the-build/slicer-setup.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.
