export_stl
Export 3D solids to STL for 3D printing. Set tessellation quality for curved surfaces, export specific handles, and reposition to origin for accurate slicer placement.
Instructions
Export 3D solids to STL - the file a slicer needs to actually 3D print the part. handles=None exports EVERY 3D solid in the drawing; pass handles to export one part per file. quality low/medium/high/default sets the tessellation: use high for anything curved, low leaves visible facets. to_origin parks the part on the origin before writing (STL keeps world coordinates, so a part modelled far from 0,0 would otherwise land metres away in the slicer) and puts it back afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| binary | No | ||
| handles | No | ||
| quality | No | high | |
| to_origin | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |