> 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/3dsurais.md).

# 3Dスライサー

### FDM 3Dプリントにおけるスライサーとは何ですか？

スライサーは、3DモデルをFDMプリンター用の印刷指示（G-code）に変換する専用ソフトウェアです。デジタル設計を水平な層に「スライス」し、ツールパスを計算し、印刷速度、温度、材料フローなどのパラメータを定義します。スライサーは印刷品質、材料効率、構造的な強度を正確に制御できるようにします。

### スライサーの動作方法

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/3dsurais.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.
