> For the complete documentation index, see [llms.txt](https://docs.siboor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siboor.com/e3-sw-conversion/the-build/preparations/printed-parts.md).

# Printed Parts

The Voron Team has provided the following print guidelines for you to follow in order to have the best chance at success with your parts. There are often questions about substituting materials or changing printing standards, but we recommend you follow these.

| Setting                 | Recommendation                             |
| ----------------------- | ------------------------------------------ |
| 3D Printing Process     | Fused Deposition Modeling (FDM)            |
| Material                | ABS                                        |
| Infill Type             | Grid, Gyroid, Honeycomb, Triangle or Cubic |
| Layer Height            | 0.2mm                                      |
| Wall Count              | 4                                          |
| Extrusion Width         | Forced 0.4mm                               |
| Solid Top/Bottom layers | 5                                          |

### ※打印件示意图

{% hint style="info" %}
如果您购买的包含ABS印刷件的套件，那么应该包含下图中的打印件。

SIBOOR KIT的ABS印刷件使用的是
{% endhint %}

<figure><img src="/files/36RqGxO6xpTUt9w5bdRu" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="197">文件路径</th><th width="136">预览图</th><th width="376">STL 文件名</th><th width="55">数量</th><th width="125">颜色</th></tr></thead><tbody><tr><td>Electronics</td><td><img src="/files/6ObkiQrVNkU4wyhiFCjg" alt="" data-size="original"></td><td>24 Buck 5V module fixing bracket（SIBOOR）</td><td>1</td><td>PRIMARY COLOR</td></tr><tr><td>Electronics</td><td></td><td>Klipper Expansion Board Bracket</td><td>1</td><td>PRIMARY COLOR</td></tr><tr><td>Electronics</td><td></td><td>PS_4040_mount_x2</td><td>2</td><td>PRIMARY COLOR</td></tr><tr><td>Electronics</td><td></td><td>PS_4040_Slide_Mount</td><td>1</td><td>PRIMARY COLOR</td></tr><tr><td>Electronics</td><td><img src="/files/2f9EO4N3ESFMPOuRdI13" alt="" data-size="original"></td><td>RPi_bracket</td><td>1</td><td>PRIMARY COLOR</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.siboor.com/e3-sw-conversion/the-build/preparations/printed-parts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
