Write the cut list
export_cut_listWrite joinery cut lists to .csv spreadsheets, .dxf CNC layouts, or .svg viewable sheets for builds and hand-drawn groups.
Instructions
Write the cut list of joinery builds (and of groups drawn by hand) to a file: path .csv (spreadsheet), .dxf (boards laid out on sheets, for CNC) or .svg (sheets to view). ids: builds or drawn groups (default every one on this storey). The cut_list tool reads it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Build or drawn group ids (default: every build and drawn group on this storey) | |
| path | Yes | `.csv` (spreadsheet), `.dxf` (sheets for CNC) or `.svg` (sheets to view) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | [part, board, qty, length, width, thickness, edge, cutouts?] | |
| drawn | No | Hand-drawn builds left out | |
| sheets | No | .dxf/.svg: [board, sheets] | |
| skipped | No | [id, name] left out | |
| sources | Yes | Standards cited, by code: [title, tier, url] | |
| hardware | Yes | Hardware by build: "<id>: <item>" |