# Slicer Setup

### ※Download Slicer software

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/SoftFever/OrcaSlicer/releases/tag/v2.1.1>" %}

{% embed url="<https://www.youtube.com/watch?t=93s&v=cquTCpz1V74>" %}

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

### ※Printer Selection <a href="#printer-selection" id="printer-selection"></a>

Select the corresponding model based on your actual situation.

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

### ※Set Bed Shape <a href="#printer-selection" id="printer-selection"></a>

Load  Texture, Click the corresponding table to download.

<table><thead><tr><th data-type="files">Textrue</th></tr></thead><tbody><tr><td><a href="/files/miqTaV2pwX5K4eOJIn9f">/files/miqTaV2pwX5K4eOJIn9f</a></td></tr></tbody></table>

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

### ※Physical Printer

Enter the printer's IP address to create a connection. Compared to logging into the printer via a browser, this method eliminates the need to switch between multiple software programs, allowing you to directly upload or start printing the sliced file.

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

### ※Slice the 3D model

Upload 3D models in STL/3MF/STP formats, and set the print parameters on the left side. Then click 'Slice' to display the preview.

{% hint style="info" %}
Right-click on the print bed in the slicing software to load commonly used geometric models such as cubes, cylinders, VORON cubes, boats, and other test models.
{% endhint %}

{% hint style="success" %}
**How to Obtain STL Files?**\
You can design STL files yourself using CAD modeling software or download them directly from the internet. On this page, we provide a list of popular websites for you to explore:

[https://app.gitbook.com/o/Fz1kExduii4WPK94s8Nj/s/cs6QyzgclSdyKWWV05Sb/\~/changes/228/welcome-to-siboor/friendly-links](/welcome-to-siboor/friendly-links.md)
{% endhint %}

{% content-ref url="/pages/TnDjYY6Udf0uJ9iTmtw7" %}
[Friendly Links](/welcome-to-siboor/friendly-links.md)
{% endcontent-ref %}

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

### ※Start the first print

Note that we are still within the Orca Slicer software at this point, essentially working within a web interface embedded in Orca Slicer.

<figure><img src="/files/i4JNcKe5lCm8G6nebYyv" 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-0.2-r1-aug/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.
