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

# 3D 프린팅 소재의 전기 절연 특성

전기 절연 용도로 3D 프린팅 소재를 고를 때는 **절연 파괴 강도**와 **유전율** 같은 전기 특성을 이해하는 것이 중요합니다.

이 값들은 소재가 전압을 얼마나 잘 막는지, 전기 신호와 어떻게 상호작용하는지를 결정합니다.

### 절연 파괴 강도

절연 파괴 강도는 소재가 전기적으로 무너지기 전까지 1mm당 얼마의 전압을 견디는지를 뜻합니다.

값이 높을수록 절연 성능이 좋다고 볼 수 있습니다.

Fiberon PPS-GF20은 유리섬유 20% 강화 소재로, 절연 파괴 강도가 약 **6.05 kV/mm**입니다.

반면 Fiberon PPS-CF10은 약 **0.45 kV/mm** 수준입니다.

즉, PPS-GF20은 탄소섬유 강화 소재보다 훨씬 높은 절연 성능을 보입니다.

### 유전율

유전율은 전기장이 걸렸을 때 소재가 전기에너지를 얼마나 저장하는지를 뜻합니다.

스펀지가 물을 얼마나 머금을 수 있는지에 비유하면 이해하기 쉽습니다.

유전율이 높을수록 신호 손실과 왜곡이 커질 수 있습니다.

그래서 고주파 환경에서는 보통 더 낮은 값이 유리합니다.

Fiberon PPS-GF20의 유전율은 **1 kHz에서 2.62**, **1 MHz에서 2.71**입니다.

PPS-CF10은 **1 kHz에서 4.64**, **1 MHz에서 3.74**입니다.

즉, PPS-GF20이 더 빠른 전기 신호를 더 적은 손실로 전달하기에 유리합니다.

### 전기 특성 요약

* **Fiberon PPS-GF20**
  * 절연 파괴 강도: **6.05 kV/mm**
  * 유전율: **2.62 (1 kHz)**, **2.71 (1 MHz)**
* **Fiberon PPS-CF10**
  * 절연 파괴 강도: **0.45 kV/mm**
  * 유전율: **4.64 (1 kHz)**, **3.74 (1 MHz)**

### Fiberon PPS-GF20의 장점

* 더 높은 전압 절연 안전성
* 낮은 유전율로 신호 손실 감소
* 전기를 잘 통하지 않는 유리섬유 강화 구조
* RF 신호가 지나가야 하는 전자 하우징 같은 용도에 적합
* 230°C 이상의 열변형 온도와 난연성으로 가혹한 환경에도 유리

정리하면, Fiberon PPS-GF20은 전기 절연과 고주파 신호 성능을 함께 요구하는 출력 부품에 매우 균형 잡힌 소재입니다.

기계적 강도와 열 안정성도 함께 갖추고 있어, 전기, 자동차, 항공우주, 전자 분야에서 활용 가능성이 큽니다.


---

# 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/3d.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.
