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

# Orca Slicer에 프로필 가져오기

이 과정은 [Bambu Studio에 프로필 가져오기](/polymaker-wiki/polymaker-wiki-ko/undefined/3d-3/undefined-11/bambu-studio.md)와 거의 같습니다.

* 컴퓨터에서 Orca Slicer를 엽니다.
* 상단 메뉴에서 `File` > `Import` > `Import Configs`를 선택합니다.
* 프로필 파일이 있는 폴더로 이동합니다.
  * 보통 파일 형식은 `.json`입니다.
  * `zip` 파일로 받았다면 먼저 압축을 푸는 편이 좋습니다.
* 가져올 프로필 파일을 선택한 뒤 `Open`을 누릅니다.
* 이미 같은 프로필이 있으면 덮어쓸지 묻는 창이 뜰 수 있습니다.
  * 필요하면 덮어쓰기를 진행합니다.
* 가져오기가 끝나면 프로필이 프린터, 필라멘트, 또는 프로세스 항목에 표시됩니다.
* 필라멘트 프로필이 모든 노즐 크기에 보이지 않는다면 `Dependencies` 탭에서 연결 상태를 확인하세요.

이 방법은 커스텀 프로필을 빠르게 옮기거나 새로 적용할 때 유용합니다.

대부분의 Orca Slicer 버전에서 비슷하게 동작합니다.


---

# 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/orca-slicer.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.
