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

# 레이어 돌출

레이어 돌출은 주로 **단일 리드스크루**를 쓰는 구형 프린터에서 자주 보입니다.

대표 원인은 리드스크루가 완전히 90도로 정렬되지 않은 경우입니다.

Z 스테퍼 위치나 리드스크루 너트 마운트 위치가 어긋나면 이런 문제가 생길 수 있습니다.

### Z-hop 끄기

저가형 구형 프린터에서는 Z-hop이 이 문제를 악화시키는 경우가 많습니다.

Z-hop을 끄면 바로 해결되는 경우도 많습니다.

![](https://cdn.shopify.com/s/files/1/0548/7299/7945/files/Layer_Bulges_600x600.png?v=1711483225)

이유는 Z축을 올리는 동작이 내리는 동작보다 더 어려워서, 올릴 때는 부족하게 움직이고 다시 내려올 때는 정량만큼 내려와 레이어가 눌릴 수 있기 때문입니다.

대신 `Avoid printed parts when travelling`을 켜 두면 노즐 충돌 위험을 줄일 수 있습니다.

### 리드스크루 휨 확인

리드스크루를 평평한 곳에서 굴려 보면 휨을 쉽게 확인할 수 있습니다.

휘어 있으면 같은 규격과 피치의 새 부품으로 교체하는 편이 좋습니다.

### 청소와 윤활

리드스크루를 IPA로 깨끗이 닦고, 흰색 리튬 그리스 같은 윤활제를 발라 주면 움직임이 훨씬 나아질 수 있습니다.

### 커플러 정렬 확인

리드스크루가 스테퍼 커플러 중심으로 곧게 들어가지 않으면 정렬이 어긋난 것입니다.

이 경우 스테퍼 마운트에 스페이서를 넣거나 조절식 마운트를 써서 정렬을 맞출 수 있습니다.

### 스파이더 커플러 / 두 번째 리드스크루 / 안티백래시 너트

스파이더 커플러는 약간의 정렬 오차를 흡수하는 데 도움이 됩니다.

두 번째 리드스크루를 추가하면 보조 효과가 있을 수 있습니다.

정렬이 맞고 휨도 없는데 문제가 계속되면 안티백래시 너트도 시도할 수 있습니다.

## 요약

* Remove your Z-hop. This is the simplest solution and should help a lot. Make sure you turn on “Avoid printed parts when traveling” in your slicer to prevent parts being knocked over.
* If your leadscrew is bent or curved, you will need to purchase a new one.
* Clean and lubricate your leadscrew.
* Compensate for a leadscrew that doesn’t line up perfectly with your coupler by either adding a spacer to your stepper mount, printing an adjustable stepper mount, or purchasing a spider coupler.
* Bend the metal carriage that holds onto your nut that attaches the leadscrew to your X frame so that it is a 90 degree angle.
* Add a second leadscrew which may be a little costly, but will help compensate and overall make your printer better.
* If your leadscrew is nice and straight and lined up and you are still having this issue, an anti-backlash nut may help.

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


---

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