# 切片軟體的參數調整

## CR2020/CR5的切片軟體

#### 使用創想公司附贈的 "創想3D切片軟體"

當中有許多參數可以設定，我們可以選擇一般的快速列印模式。\
工具 -> 切換到快速打印模式 -> 選擇所需的設定即可儲存G-Code檔案

## 以下探討幾個重要參數

#### 基本

**層高** : 即列印的品質(通常是0.1mm\~0.2mm之間)，數值越大精密度越差

**壁厚、底層/頂層厚度** : 此兩個數值通常是一樣的(為噴嘴孔徑的倍數)即0.4的倍數

**填充密度** : 物體的強度，數值設定越高，物體強度越好

**打印速度** : 速度越慢，品質越佳；速度越快，品質越差

**噴頭溫度** : PLA選擇210度之間、ABS選擇250度

**床台溫度** : PLA一般選擇40\~55度之間、ABS選擇110度

**支撐類型** : 一般選擇局部支撐。如果懸空部分較多，選擇全部支撐

**平台附著類型** : 選擇底層邊線即可，用意是將物件能夠附著在床台上

**打印直徑** : 依照機器形式設定，CR2020預設為1.75mm

**擠出量** : 若出絲過少可增加流量，過多可減少流量

**噴嘴孔徑** : CR2020為0.4mm

### 高級

**回退速度**、**回退長度** : 一般使用預設值即可

**初始厚度** : 越厚底層與平台黏的越緊密，設定0.1mm即可

**初始層線寬** : 預設值100%

**底層切除** : 預設值0mm

**兩次擠出重疊** : 預設值0.15mm(用於換不同線材時使用)

**移動速度** : 非列印時的運行速度，以不超過150mm/s 為原則

**底層打印速度** : 越慢越好，通常在20\~30之間

**填充打印速度**、**頂/底部打印速度**、**外壁打印速度**、**內壁打印速度** : 可設為一樣的數值，依照經驗設定

**冷卻** : 依照預設值即可


---

# 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://yanweiliu.gitbook.io/introduction-to-3d-printing/qie-pian-ruan-ti/qie-pian-ruan-ti-de-can-shu-diao-zheng.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.
