# Export

{% hint style="info" %}
This feature was introduced in version 6.0.0.
{% endhint %}

You can export cutting diagrams drawings into SVG or DXF files. This feature is useful, in particular, to transfer cutting diagrams to other CNC or laser cutter software.

Each panel (or bar) of the cutting diagram will be exported in a **separate file**. All files will be placed in a common directory, which will be named according to the name of the material and the thickness (or section).

## Configuration

After generating a cutting diagram and clicking on the **Export** button, a configuration dialog appears.

<div><figure><img src="https://2764382921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUSHuV5bThAGZxy7OHb-1972196547%2Fuploads%2FY1GIss0vJFOFVriawz4G%2FParts%20List%20-%20Cutting%20Diagrams%20-%20Export%20-%20Button.png?alt=media&#x26;token=b383b53c-4928-4c23-9010-b022524b0dc2" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="https://2764382921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUSHuV5bThAGZxy7OHb-1972196547%2Fuploads%2F8rhqxfDpPOUsfjLqqy7t%2FParts%20List%20-%20Cutting%20Diagrams%20-%20Export%20-%20Form.png?alt=media&#x26;token=38e6f7bc-e386-40ea-86b8-ba1a9792cbf6" alt="" width="563"><figcaption></figcaption></figure></div>

### Supported Formats

Cutting diagrams can be exported in the following formats:

* **SVG** : [Scalable Vector Graphics](https://en.wikipedia.org/wiki/SVG)
* **DXF** : [AutoCAD DXF](https://en.wikipedia.org/wiki/AutoCAD_DXF)
  * **DXF Structure** : Layer or Layer + Block

{% hint style="info" %}
DXF opens a special field called *DXF Structure* that allows you to define how the output file is build.

By default, OpenCutList uses one DXF layer part depth identified in part drawing.

If you select **Layer + Block**, each part is drawn in its own block. This feature provides more flexibility for editing the diagram in a CAD software.
{% endhint %}

### Export options

* **Unit** : Define the unit used in the exported file.
* **Smoothing** : Smooth circles and arcs. [*Learn more*](https://docs.opencutlist.org/smart-export-tool#smoothing)*.*
* **Merging Mode** : [Learn more](https://docs.opencutlist.org/smart-export-tool#merging-mode)
  * *Default* : The part shape is exported with one layer per depth.
  * *Outline + Drillings + Merge* : Activate the separation of the outer contour of parts from their holes, as well as the merging of depths for each cavity.
* **Paths** : Enable the use of edges, which are not associated with a face contained in the part, to export them as a path. [Learn mode](https://docs.opencutlist.org/smart-export-tool#paths).
* **Sheet color** : Customize the line and fill *(SVG only)* colors of exported sheet.
* **Parts colors** : Customize the line and fill *(SVG only)* colors of exported parts.
* **Drillings colors** : Customize the line and fill *(SVG only)* colors of exported part's drillings.
* **Paths colors** : Customize the line color of exported paths.
* **Identifications colors** : Customize the text color of part identification.
* **Leftovers colors** : Customize the line and fill *(SVG only)* colors of leftovers.
* **Cuts colors** : Customize the line color of cuts.


---

# Agent Instructions: 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:

```
GET https://docs.opencutlist.org/features/parts/parts-list/cutting-diagrams/export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
