# Slicer Setup\[Nov/28]

### ※Download Slicer software

Orca Slicer is an open-source slicing software designed to convert 3D models into G-Code, the language that 3D printers  nderstand. 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%2FDO406hd6MDOnUuNdZRRw%2F%E8%AE%BE%E7%BD%AE%E8%AF%AD%E8%A8%80.png.jpg?alt=media&#x26;token=c40f384b-09ae-455f-ad06-4b6e642492f2" alt=""><figcaption></figcaption></figure>

### ※Printer Selection

Select the corresponding model based on your actual situation.

{% hint style="warning" %}
The kit comes pre-assembled with a 0.4mm nickel-plated nozzle, and also includes a 0.6mm hardened steel nozzle. You can switch between them, and select the appropriate nozzle diameter in Orca Slicer.
{% endhint %}

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FXWb3HS9vV4M7ajnRBK8J%2F%E6%B7%BB%E5%8A%A0%E6%89%93%E5%8D%B0%E6%9C%BA.png.jpg?alt=media&#x26;token=627d9b78-7de1-4879-a49b-cc2cd832d1e1" alt=""><figcaption></figcaption></figure>

### ※Set Bed Shape

Load Bed Shape, 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%2FfOr5FpJlRx4UD4DvTxom%2F300%20Model.rar?alt=media&#x26;token=6c32635d-aa4c-4d1a-95b2-e88091c6a356">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%2FdqHEmZei6RCkqldgIK7v%2F350%20Model.rar?alt=media&#x26;token=efccc861-5a0d-4233-9d3c-5bdc808e9dbc">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%2FGDUDHrGefUN2pYRuOxa1%2F%E8%AE%BE%E7%BD%AE%E7%83%AD%E5%BA%8A.png.jpg?alt=media&#x26;token=85575176-b49b-472e-9437-cabb6873ff9d" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FDY4ADxMATa46X1Z6rVpR%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=7da19049-d9de-4f77-b18a-c593be04cbe0" 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>

```
; 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]

```

### ※Open Auxiliary part cooling fan

{% hint style="info" %}
The Auxiliary part cooling fan provides excellent cooling for low-temperature filaments, but for high-temperature filaments like ABS, it can severely impact layer adhesion. Orca Slicer has pre-configured settings for different filaments, so no modifications are needed by default.
{% endhint %}

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2FtDCEuMlVi0KMwbCtZGYX%2F%E5%BC%80%E5%90%AF%E8%BE%85%E5%8A%A9%E5%86%B7%E5%8D%B4%E9%A3%8E%E6%89%87.png.jpg?alt=media&#x26;token=523707e9-9d5d-468e-b008-8f02ce82dd3d" alt=""><figcaption></figcaption></figure>

### ※Open Fume Pack

Select the filament you plan to use and enable the air filtration fan (Fume Pack) in the settings.

{% hint style="info" %}
The settings will only apply to the current filament. You need to configure and save settings for each filament you plan to use.
{% endhint %}

<figure><img src="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2Fhu54TNrTPTzXgVb2Dhd5%2F%E9%80%89%E6%8B%A9%E4%BD%BF%E7%94%A8%E8%80%97%E6%9D%90.png.jpg?alt=media&#x26;token=9ca62a2a-3afb-4fa3-bed1-7b5697297b83" 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="https://3855363247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fcs6QyzgclSdyKWWV05Sb%2Fuploads%2Fd9t3bd10zycOt8at8aD4%2F%E8%BF%9E%E6%8E%A5%E7%BD%91%E7%BB%9C.png?alt=media&#x26;token=ee13d579-0c92-4dd3-9ef9-634716dec501" 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%2FM7ib7c5LPZx7RQoYdO7Y%2F%E5%BC%80%E5%A7%8B%E6%89%93%E5%8D%B0.png?alt=media&#x26;token=dc30e1b0-64ef-4c9c-bf2b-f0ac38ab698b" 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%2FuGp2aLNxQj9bYpM5nFqp%2F%E6%89%93%E5%8D%B0%E9%A1%B5%E9%9D%A2.png?alt=media&#x26;token=20fb0137-0ae9-4dd7-be6c-90a2f8565891" alt=""><figcaption></figcaption></figure>
