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

# PrusaSlicer에 프로필 가져오기

* 먼저 프로필 파일을 다운로드합니다.
  * 보통 형식은 `.ini`, `.gcode`, `.3mf`입니다.
  * `zip`으로 받았다면 먼저 압축을 풉니다.
* PrusaSlicer를 실행합니다.
* 상단 메뉴에서 `File` > `Import`를 선택합니다.
* 프로필 하나만 가져올 때는 `Import Config`를 선택합니다.
* 여러 프로필을 한 번에 가져올 때는 `Import Config Bundle`을 선택합니다.
* PrusaSlicer 프로젝트 파일인 `.3mf` 또는 `.amf`를 쓸 때는 `Import Config from Project`를 선택합니다.
* 프로필 파일이 저장된 위치로 이동해 파일을 선택합니다.
  * 프로필에는 `Print`, `Filament`, `Printer` 설정이 함께 들어 있을 수 있습니다.
* 가져오기가 끝나면 설정이 `Printer`, `Filament`, `Print Settings` 아래의 커스텀 프로필로 추가됩니다.
* 목록에서 새 프로필이 보이면, 출력 작업에 맞게 선택해서 사용하면 됩니다.
* 잘못된 설정을 막기 위해 장비와 소재에 맞는지 꼭 다시 확인하세요.
* 파일 확장자가 `.txt`로 되어 있다면 가져오기 전에 `.ini`로 바꿔 주세요.
* 가져온 뒤에는 실제 프린터와 용도에 맞게 미세 조정하는 편이 좋습니다.

이 방식은 다양한 프린터와 소재 프로필에 적용할 수 있습니다.

설정을 정리해 두기도 쉬워서 나중에 다시 쓰기 편합니다.


---

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