# 3Dスライサー

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

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

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

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

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


---

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