Export OpenSCAD source to an STL
export_scad_stlConvert OpenSCAD source code into an STL file and return it as an embedded resource blob for CAD workflows.
Instructions
Export OpenSCAD (SCAD) source code into an STL and return it as an embedded resource blob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | The name of the output STL file | |
| scadCode | Yes | The OpenSCAD code to render |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| _meta | No | ||
| resource | Yes | ||
| annotations | No |