> 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-3/undefined-11/ideamaker.md).

# ideaMaker에 프로필 가져오기

* 컴퓨터에서 ideaMaker를 엽니다.
* 상단 툴바의 `Library` 버튼을 클릭해 ideaMaker Library로 들어갑니다.
* 라이브러리에서 가져올 슬라이싱 프로필을 검색하거나 찾아봅니다.
* 프로필 상세 페이지에서 `Import to ideaMaker`를 클릭합니다.
* 가져오기 링크를 복사하라는 팝업이 뜨면 `Copy`를 누릅니다.
* 다시 ideaMaker로 돌아가면 템플릿 다운로드 창이 자동으로 열립니다.
* `Download`를 눌러 슬라이싱 프로필 파일을 내려받습니다.
* 다운로드가 끝나면 `Next`를 눌러 `Import Slicing Template` 창으로 이동합니다.
* 필요한 프로젝트 정보를 입력합니다.
  * 기본 정보는 자동으로 채워지는 경우가 많습니다.
* 프로필을 기존 프린터에 넣을지, 새 프린터 프로필로 만들지 선택합니다.
* 기존 프린터에 가져올 경우 드롭다운에서 대상 프린터를 선택합니다.
* 새 프린터를 만들 경우 안내되는 화면에서 필요한 값을 수정합니다.
* 슬라이싱 프로필이 특정 필라멘트용이라면 필라멘트 프로필도 함께 연결합니다.
  * 필요하면 새 필라멘트 프로필을 만들 수도 있습니다.
* 마지막으로 템플릿 설정을 저장하면 가져오기가 끝납니다.
* 다운로드 창이 자동으로 열리지 않으면 `Preferences`에서 클립보드 다운로드 감시 기능을 켜 보세요.
  * 또는 가져오기 창에 링크를 직접 붙여넣어도 됩니다.
* 가져온 프로필은 선택한 프린터와 필라멘트 조합에서 바로 사용할 수 있습니다.

이 방식은 ideaMaker의 온라인 라이브러리 연동을 활용합니다.

또한 `Template` 메뉴를 통해 `.bin` 파일을 로컬에서 직접 가져오는 방식도 지원합니다.

화면 안내가 단계별로 나오기 때문에, 순서대로 따라가면 어렵지 않습니다.


---

# 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-3/undefined-11/ideamaker.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.
