> 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/undefined-5.md).

# 최대 체적 속도가 출력 속도를 제한한다

**최대 체적 속도(MVS)** 설정은 출력 품질을 지키고 압출 부족을 막는 데 매우 중요합니다.

체적 속도는 핫엔드가 필라멘트를 안정적으로 녹여 압출할 수 있는 속도를 뜻하며, 단위는 **mm³/s**입니다.

슬라이서에 MVS 상한을 넣으면, 선택한 레이어 높이와 선폭에 맞춰 실제 이동 속도가 자동으로 조정됩니다.

공식은 아래와 같습니다.

**출력 속도(mm/s) = 체적 유량(mm³/s) / (레이어 높이(mm) × 선폭(mm))**

또한 [이 계산기](https://poly-calc-flow.polymaker.com/)도 활용할 수 있습니다.

레이어 높이나 선폭을 키우면, 같은 핫엔드 용량 안에 머물기 위해 실제 출력 속도는 자동으로 낮아져야 합니다.

예를 들어 큰 노즐을 쓰거나 두꺼운 레이어를 쓰면, mm/s 숫자가 같아도 실제로는 훨씬 많은 재료를 녹여야 합니다.

이때 MVS를 넘기면 아래 문제가 생길 수 있습니다.

* 압출 부족
* 빈틈
* 막힘
* 약한 출력물

그래서 단순히 `최대 출력 속도`만 보는 것보다, **최대 체적 속도**를 기준으로 잡는 편이 훨씬 정확합니다.

MVS를 제한하면 두꺼운 레이어에서는 자동으로 느려지고, 얇은 레이어에서는 더 빨라질 수 있습니다.

즉, 같은 프린터와 같은 필라멘트 조건에서 더 안전하고 일관된 한계치를 잡을 수 있습니다.

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

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


---

# 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/undefined-5.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.
