> For the complete documentation index, see [llms.txt](https://wiki.polymaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-ja/ji-ben/3d-slicers.md).

# 3Dスライサー

### FDM 3Dプリンティングにおけるスライサーとは？

スライサーは、3DモデルをFDMプリンター用の印刷可能な指示（Gコード）に変換する専用ソフトウェアです。デジタルデザインを水平レイヤーに「スライス」し、ツールパスを計算し、印刷速度、温度、材料の流量などのパラメータを定義します。スライサーにより、印刷品質、材料効率、構造的完全性を精密に制御できます。

### スライサーの仕組み

1. **モデルの読み込み**：3Dファイル（STL、OBJ、STEPなど）を受け付け、形状を定義します。
2. **レイヤー分割**：ユーザー定義のレイヤー高さ（例：0.1mm～0.3mm）に基づいて、モデルを層に分割します。
3. **ツールパス生成**：インフィルパターン、サポート、接着補助を含む押出機の動きをマッピングします。
4. **パラメータ設定**：ノズル温度、リトラクション、冷却、および材料固有の設定を調整します。
5. **Gコード出力**：プリンター向けの機械可読な指示を生成します。

主な機能には次が含まれます **インフィル密度** 最適化、 **サポート構造の生成**、そして **印刷速度の調整** 品質と効率のバランスを取るために。


---

# 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://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-ja/ji-ben/3d-slicers.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.
