> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/update-note/2026/202609/2026.09.10.md).

# \[2026.09.10] 부품 재단 편집기 추가 및 내 프로젝트 페이지 개편

## 1. 대시보드

### (개선) 내 프로젝트 페이지 개편

내 프로젝트 페이지가 새로워졌습니다!

프로젝트를 폴더별로 정리해서 볼 수 있습니다. 새 프로젝트를 만들 때는 원하는 내용을 AI에게 말로 전달하면, 그대로 만들어 줍니다.

**이전**

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FWDH1ZoRCsRT9GNMGlbc8%2Fimage.png?alt=media&amp;token=f152130a-8f03-40e1-b17e-32cf5d95e7ca" alt=""><figcaption></figcaption></figure>

**이후**

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FqHgDauf8yvmVVH9iL2Bh%2Fimage.png?alt=media&amp;token=e2ed2e3d-beef-454d-a724-be323724cf46" alt=""><figcaption></figcaption></figure>

### 버그 및 이슈 개선

* 모바일에서 '맨 위로' 버튼이 동작하지 않던 문제를 고쳤습니다
* 모바일 상담 페이지의 UI와 레이아웃이 깨지던 부분을 정리했습니다
* 모바일 견적서 화면에서 손가락으로 스크롤이 안 되던 문제를 고쳤습니다

## 3. 파라메트릭 에디터

### (신규) 부품 재단 편집기 추가

구성 요소를 기준으로 원장(합판) 재단 계획을 자동으로 짜주는 재단 편집기를 넣었습니다. 부품 목록, 원장 배치도, 필요한 원장 수, 재단 효율을 한 화면에서 봅니다. 배치 후보가 여러 개면 자재 효율과 실제 작업성을 같이 따져 하나를 고릅니다.

패널이 직사각형이 아니면 실제 형상을 감싸는 바깥 사각형을 기준으로 재단 치수를 잡고, 구멍이나 홈은 후가공 영역으로 따로 뺍니다. 숨긴 부품이나 3D 모델처럼 재단 대상이 아닌 요소는 빠지며, 왜 빠졌는지도 화면에 나옵니다.

헤더의 산출물 메뉴는 `저장하기 / 출력하기 / 재단`에서 `저장하기 / 내보내기`로 줄였습니다. 내보내기를 누르면 설계도 출력하기와 부품 재단하기가 나옵니다.

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FiizTLXi9OZRte8gPl7pL%2Fimage.png?alt=media&amp;token=eccf7c70-8a5a-49e8-8637-55569915b7f4" alt=""><figcaption><p>내보내기 버튼을 클릭하면, 설계도 출력하기 및 부품 재단하기 버튼을 선택할 수 있습니다.</p></figcaption></figure>

내보내기 버튼을 클릭하면, 설계도 출력하기 및 부품 재단하기 버튼을 선택할 수 있습니다.

<figure><img src="https://2510524506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMWuDtKHjyUXqBIf7Q6Zw%2Fuploads%2FOSxWkkqkPrVGvWlJquuy%2Fimage.png?alt=media&amp;token=bcd9d0d1-eab8-4a99-a75f-813a6974ddc1" alt=""><figcaption><p>재단 편집기 모달</p></figcaption></figure>

재단 편집기 모달

### 버그 및 이슈 개선

* 기업 파라미터의 숨김 조건을 컴포넌트별로 편집하고 저장합니다
* 파라미터 편집 폼이 길어져도 저장/취소 버튼은 하단에 붙어 있습니다
* 배치 오프셋이 저장되지 않고 바운딩박스에도 반영되지 않던 문제를 고쳤습니다
* MathInput에 넣은 값이 저장 후 다시 열어도 남아 있습니다


---

# 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://docs.archisketch.com/update-note/2026/202609/2026.09.10.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.
