> 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-ko/undefined/3d-4/fdm-vs-fff.md).

# FDM vs FFF

FDM과 FFF는 같은 3D 프린팅 방식을 가리킵니다.

둘 다 열가소성 필라멘트를 한 층씩 쌓아 부품을 만드는 압출 기반 적층 제조 방식입니다.

이 방식은 비용이 비교적 낮고 소재 접근성이 좋으며, 취미 사용자와 전문가 모두 쓰기 쉬워 가장 널리 퍼진 3D 프린팅 기술 중 하나가 되었습니다.

둘의 차이는 기술이 아니라 상표권에서 나옵니다.

**Fused Deposition Modeling**은 Stratasys가 만든 용어이자 등록 상표입니다.

그래서 오픈소스 커뮤니티와 일반 사용자 쪽에서는 같은 공정을 설명할 때 **Fused Filament Fabrication**이라는 표현을 많이 쓰게 되었습니다.

현재는 두 용어가 거의 같은 뜻으로 쓰입니다.

상업 및 산업 환경에서는 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-ko/undefined/3d-4/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.
