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

# 슬라이서에 프로필 가져오기

## 기본 가져오기 가이드

슬라이서마다 가져오는 방식은 조금씩 다르지만, 기본 흐름은 비슷합니다.

* 사용할 슬라이서 프로필을 먼저 다운로드합니다.
  * 슬라이서와 프린터 모델에 맞는지 꼭 확인하세요.
  * 파일 형식은 보통 `.ini`, `.json`, `.3mf`, `.zip` 또는 전용 확장자입니다.
* 슬라이서를 열고 프로필 가져오기 메뉴를 찾습니다.
  * 보통 `File` 또는 `Settings` 아래에 `Import`나 `Profiles`가 있습니다.
* `Import`를 눌러 다운로드한 프로필 파일을 선택합니다.
* 가져오기가 끝나면 새 프로필이 출력, 필라멘트, 또는 프린터 프로필 목록에 나타납니다.
* 일부 슬라이서는 가져온 뒤 프린터나 필라멘트에 직접 연결해야 합니다.
* 프로필은 특정 장비용으로 만들어진 경우가 많습니다.
  * 가져온 뒤에는 항상 프린터와 소재에 맞는지 다시 확인하세요.

아래 절차는 [Cura](/polymaker-wiki/polymaker-wiki-ko/undefined/3d-3/undefined-11/cura.md), [PrusaSlicer](/polymaker-wiki/polymaker-wiki-ko/undefined/3d-3/undefined-11/prusaslicer.md), [Bambu Studio](/polymaker-wiki/polymaker-wiki-ko/undefined/3d-3/undefined-11/bambu-studio.md), [Orca Slicer](/polymaker-wiki/polymaker-wiki-ko/undefined/3d-3/undefined-11/orca-slicer.md), [ideaMaker](/polymaker-wiki/polymaker-wiki-ko/undefined/3d-3/undefined-11/ideamaker.md) 같은 대표 슬라이서에 모두 비슷하게 적용됩니다.

<details>

<summary><strong>슬라이서에 기본 필라멘트 프로필이 있어도 별도 프리셋을 가져와야 하나요?</strong></summary>

대부분의 슬라이서는 소재별 기본 가이드를 제공합니다.

출발점으로는 충분할 수 있습니다.

하지만 Polymaker 소재에 맞춰 더 세밀하게 조정된 값을 원한다면, 저희가 제공하는 [프린터 프로필](/polymaker-wiki/polymaker-wiki-ko/polymaker/undefined.md)을 사용하는 편이 좋습니다.

</details>


---

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