> 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/max-volumetric-speed-limits-your-print-speed.md).

# 最大体積流量がプリント速度を制限する

設定する **最大体積速度（MVS）** 3Dプリントの品質を最適化し、押し出し不足を防ぐうえで重要なステップです。体積速度とは、プリンターのホットエンドがフィラメントを確実に溶かして押し出せる速度を指し、1秒あたりの立方ミリメートル（mm³/s）で測定されます。スライサーでMVSに上限を設定すると、プリンターは選択したレイヤー高さと線幅に基づいて移動速度を自動的に調整します。スライサーは次の式を使って、結果としての最大速度を計算します:\
**印刷速度（mm/s）= 体積流量（mm³/s）/（レイヤー高さ（mm）×線幅（mm））**

**また** [**こちら** ](https://poly-calc-flow.polymaker.com/)**便利な計算機も使用できます。**

レイヤー高さまたは線幅のどちらかを大きくすると（大きなノズルでよくある設定です）、ホットエンドの能力を超えないように最大印刷速度は自動的に下がります。たとえば、レイヤー高さを高くしたり押し出し幅を広げたりすると、同じ体積流量を維持するために印刷速度を下げる必要があります。これにより、一貫した高品質の押し出しが保証され、隙間、詰まり、弱い造形などの問題を避けられます。

この方法は、mm/sで単に最大の「印刷速度」を設定するよりもはるかに堅牢です。線形の印刷速度だけでは、1秒あたりにどれだけの材料が積層されているかを考慮できません。大きなノズルや高いレイヤー高では、控えめな印刷速度でも、1秒あたりのフィラメント量がホットエンドの処理能力を簡単に超えてしまいます。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-ja/ji-ben/fun-3d-printing-facts/max-volumetric-speed-limits-your-print-speed.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.
