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

# \`Jerk\`는 생각하는 뜻이 아니다

3D 프린팅에서 `jerk`라는 말은 공학과 물리학에서의 원래 뜻과 다르게 쓰이는 경우가 많습니다.

원래 `jerk`는 가속도의 변화율을 뜻합니다.

즉, 위치를 시간에 대해 세 번 미분한 값이며, 보통 **mm/s³** 같은 단위를 씁니다.

이 값은 가속도 자체가 얼마나 빠르게 변하는지를 설명합니다.

하지만 3D 프린터 펌웨어와 모션 제어에서는 `jerk`가 더 단순한 의미로 쓰이는 경우가 많습니다.

보통은 방향 전환 시 프린트 헤드가 감속 없이 즉시 바꿀 수 있는 **허용 속도 변화량**을 뜻합니다.

이때 단위도 가속도가 아니라 **mm/s** 같은 속도 단위를 씁니다.

예를 들어 `jerk`가 **20 mm/s**라면, 프린터는 완전히 멈추지 않고도 그 정도 속도까지는 방향을 빠르게 바꿀 수 있다는 뜻에 가깝습니다.

즉, 3D 프린팅에서 `jerk`는 물리학적 의미의 jerk보다, 코너나 경로 연결부에서 얼마나 급하게 속도를 바꿀 수 있는지를 조절하는 설정에 더 가깝습니다.

이 값은 출력 속도, 표면 품질, 진동과 모두 관련이 있습니다.

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


---

# 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/jerk.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.
