> 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/guide/intro-en/update-note/2026/202609/2026.09.10.md).

# \[2026.09.10] Added part cutting editor and redesigned the My Projects page

## 1. Dashboard

### (Improvement) Revamp of My Projects page

My Projects page has been refreshed!

You can organize and view projects by folder. When creating a new project, you can tell the AI what you want, and it will create it as is.

**Before**

<figure><img src="https://2613077494-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>

**After**

<figure><img src="https://2613077494-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>

### Bug and issue fixes

* Fixed an issue where the 'Back to Top' button did not work on mobile
* Cleaned up areas where the UI and layout were breaking on the mobile consultation page
* Fixed an issue where you could not scroll with your fingers on the mobile estimate screen

## 3. Parametric Editor

### (New) Added a parts cutting editor

Added a cutting editor that automatically creates a sheet (plywood) cutting plan based on components. You can view the parts list, sheet layout, required number of sheets, and cutting efficiency all on one screen. If there are multiple layout candidates, it chooses one by considering both material efficiency and actual workability.

If the panel is not rectangular, the cutting dimensions are determined based on the outer rectangle enclosing the actual shape, and holes and grooves are separated out as post-processing areas. Elements that are not cutting targets, such as hidden parts or 3D models, are excluded, and the reason they were excluded is also shown on the screen.

The output menu in the header is `Save / Print / Cut`from `Save / Export`has been shortened to. Clicking Export shows Print Drawings and Cut Parts.

<figure><img src="https://2613077494-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>When you click the Export button, you can choose the Print Drawings and Cut Parts buttons.</p></figcaption></figure>

When you click the Export button, you can choose the Print Drawings and Cut Parts buttons.

<figure><img src="https://2613077494-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>Cutting editor modal</p></figcaption></figure>

Cutting editor modal

### Bug and issue fixes

* Edit and save the hidden conditions for enterprise parameters by component
* Even if the parameter editing form gets long, the Save/Cancel buttons stay fixed at the bottom
* Fixed an issue where the placement offset was not saved and was not reflected in the bounding box
* The value entered in MathInput remains even after saving and reopening


---

# 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/guide/intro-en/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.
