> 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/fun-3d-printing-facts/fdm-vs-fff.md).

# FDM vs FFF

溶融堆積モデリング（FDM）と溶融フィラメント造形（FFF）は、同じ3Dプリント工程を指します。この工程では、熱可塑性フィラメントを層ごとに押し出して部品を造形します。この方法は、比較的低コストで材料の入手性が高く、趣味のユーザーから専門家まで利用しやすいため、最も広く使われる積層造形技術の一つとなっています。名称は異なっていても、基本的なプロセスは両者で同一です。

これらの用語の違いは、技術ではなく知的財産に由来します。溶融堆積モデリングは、3Dプリント業界の先駆的企業の一つであるStratasysによって造語され、商標登録されました。この名称は保護されているため、より広いコミュニティ、とりわけオープンソース分野では、商標権を侵害せずに同じ工程を表すために溶融フィラメント造形という用語が採用されました。

今日では、FDMとFFFはいずれも押出方式の3Dプリントを指す言葉として同義的に使われています。商業・産業用途では、特にStratasys製の機器を指す場合にFDMのほうが一般的なことがありますが、FFFはオープンソース製や一般消費者向けのプリンターを指して使われることが多いです。用語はどうであれ、この技術は積層造形における同じ基本プロセスを指しています。

{% embed url="<https://www.youtube.com/shorts/zNtaDh2P3x4>" %}


---

# 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/fun-3d-printing-facts/fdm-vs-fff.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.
