# Slicer Setup\[Nov/26]

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="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FuvmqVANWeoD3BJctYXmp%2F%E8%AE%BE%E7%BD%AE%E8%AF%AD%E8%A8%80.png.jpg?alt=media&#x26;token=95a44ad8-6404-4f0a-aa52-70ef3f634415" alt=""><figcaption></figcaption></figure>

### ※Printer Selection

Select the corresponding model based on your actual situation.

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FcPIkCPZ74wPtjsolvnV7%2F%E6%B7%BB%E5%8A%A0%E6%89%93%E5%8D%B0%E6%9C%BA.png.jpg?alt=media&#x26;token=c469d9e5-b5ee-40d9-bfc2-52ff4ece039b" alt=""><figcaption></figcaption></figure>

### ※Set Bed Shape

Load Texture, and Model.

Click the corresponding table to download.

<table><thead><tr><th data-type="files">300 Model  </th><th data-type="files">350 Model</th></tr></thead><tbody><tr><td><a href="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FBvugp0qZ9b0upms1KqCo%2F300%20Model.rar?alt=media&#x26;token=5a260027-abc3-44a5-9c94-dff66fac7ddc">300 Model.rar</a></td><td><a href="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FznQyljcRnuaudha72ACX%2F350%20Model.rar?alt=media&#x26;token=ac0e585c-f40b-4340-9364-8941af5a3955">350 Model.rar</a></td></tr><tr><td></td><td></td></tr></tbody></table>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FmrmN9cP3hi0sKSY0Dv74%2F%E8%AE%BE%E7%BD%AE%E7%83%AD%E5%BA%8A.png.jpg?alt=media&#x26;token=e00f58fb-3d45-4e1d-ab34-4638631c2efe" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FPKVOOvEOU4Bhcdxx8znc%2F%E4%B8%89%E5%8F%89%E6%88%9FAWD%E6%8D%9F%E5%A4%B1%E5%8C%BA%E5%9F%9F%E5%9B%BE%E7%89%87.jpg?alt=media&#x26;token=20f674d0-c8d1-44ba-91e0-dd429e9c2c15" alt=""><figcaption></figcaption></figure>

### ※Modify the start G-code in the slicer.

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FF4DWdj4WaFDNIr38DZuh%2Fimage.png?alt=media&#x26;token=ea4b19bd-b2a5-4751-b542-bfcf78d9eddc" alt=""><figcaption></figcaption></figure>

```ini
; Start macro: Heat bed and nozzle simultaneously
M104 S150                                           ; Preheat nozzle to 150°C (non-blocking)
M140 S[bed_temperature_initial_layer_single]        ; Set bed target temperature (non-blocking)
M190 S[bed_temperature_initial_layer_single]        ; Wait for bed to reach target temperature
M109 S150                                           ; Wait for nozzle to reach 150°C
PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]

```

### ※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="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2F4uZNeM7a33TBDjz2q6sd%2F%E8%BF%9E%E6%8E%A5%E7%BD%91%E7%BB%9C.jpg?alt=media&#x26;token=6ea2a1a1-30bb-449c-809e-d7597a5f1043" 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](https://docs.siboor.com/welcome-to-siboor/friendly-links)
{% endhint %}

{% content-ref url="../../welcome-to-siboor/friendly-links" %}
[friendly-links](https://docs.siboor.com/welcome-to-siboor/friendly-links)
{% endcontent-ref %}

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2F9iqU0ZC8ws245uJee4yF%2F%E5%BC%80%E5%A7%8B%E6%89%93%E5%8D%B0.jpg?alt=media&#x26;token=1d01e9ed-bfd9-4561-ba69-66692a045861" 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="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FyvUfmIa6u2gZIlP5k3MG%2F%E6%89%93%E5%8D%B0%E9%A1%B5%E9%9D%A2.jpg?alt=media&#x26;token=101f9f5c-84e2-4b63-8032-f5841ce6bf2b" alt=""><figcaption></figcaption></figure>
