> 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/nokotsu/natoraburu/nogaimatahaigai.md).

# 汚い上面のプリントまたは汚い薄いプリント

この問題は、各レイヤーの表面積が非常に小さいプリントを行うときに発生します。これは先端に向かう形状（ピラミッドを想像してください）を印刷する際に最も一般的です。 &#x20;

これは、次の熱いレイヤーが上に載る前にレイヤーが十分に冷える時間がないために起こります。その結果、先端に向かうプリントが溶けたような非常に見苦しい見た目になります。 &#x20;

この問題を解決する非常に簡単な方法がいくつかありますが、それぞれに欠点があります。基本的にはレイヤーが冷える時間を増やすか、レイヤーが冷える速度を上げたいということです。 &#x20;

**1つではなく複数のオブジェクトを印刷する**

これは当然、すべての状況で最良の解決策というわけではありません。というのも同じオブジェクトを複数印刷する必要があり、1つだけ印刷したい場合には材料が無駄になるからです。 &#x20;

とはいえ、印刷しているモデルがかなり小さい場合はこの方法が推奨されます。薄い領域はプリントヘッドが2つ目のオブジェクトを印刷するために移動している間に冷える時間が確保されるからです。また、プリントヘッドが停止していることでの糸引き（オージング）を心配する必要がなくなります。 &#x20;

### **冷却ファンを強める**

アクティブな冷却ファンが使用できる材料で印刷している場合、ファン速度を上げることで各レイヤーがより早く冷えます。 &#x20;

これはポリカーボネートのように急速冷却に向かない材料を使用している場合には明らかな欠点があります。しかしPLAのようにアクティブな冷却が可能な材料で印刷しているなら、薄い部分を印刷しているときにファン速度を上げてください。&#x20;

### **「最小レイヤー時間（Minimum Layer Time）」をオンにする／増やす**

これがどこにあるか、プリンターがどのように動作するかは使用しているスライサーによりますが、最小レイヤー時間を増やすことは常にできます：

![](https://cdn.shopify.com/s/files/1/0548/7299/7945/files/min_layer_time_480x480.jpg?v=1726087326)

一般的に、ほとんどの材料は3〜5秒の最小レイヤー時間で問題ありません。例えばこれを3秒に設定した場合、レイヤーの処理が3秒未満で完了すると、プリンターは次のレイヤーを開始する前に一時停止して待ちます。もしレイヤーが1秒で完了して次のレイヤーを一時停止せずに始めてしまうと、前のレイヤーはまだ熱く、ノズルが上を通るときに上向きに反り始めます。

これは明らかに欠点があり、ノズルがプリントの上でただ停止しているため、重力や残留圧力によって材料がにじみ出しやすくなり、オージングが増えることになります。 &#x20;

一部のスライサーは上の例のようにレイヤーを完了するのに最低3秒かかるように印刷速度を単に遅くします。これにも欠点があり、非常に小さな表面積のレイヤーを印刷している場合、熱いノズルが同じ領域を非常にゆっくり移動するため、見苦しい仕上がりになることがあります。 &#x20;

## **3Dプリントの見苦しいトップを改善するための修正まとめ**

* 各レイヤーが冷える時間を確保するために複数のオブジェクトを印刷する
* 冷却ファンを強めて冷却速度を上げる
* 最小レイヤー時間を増やして各レイヤーが冷える時間を長くする

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

前へ 次へ


---

# 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/nokotsu/natoraburu/nogaimatahaigai.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.
