render
Compile OpenSCAD code into 3D-printable mesh files in STL, OFF, AMF, 3MF, or CSG format.
Instructions
Compile OpenSCAD code to a 3D mesh format (STL, OFF, AMF, 3MF, or CSG). Use this to generate 3D-printable files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scad | Yes | OpenSCAD code to compile | |
| format | No | Output format for the 3D mesh | stl |
| parameters | No | Variables to pass to OpenSCAD via -D flags (e.g., {width: 10, name: "test"}) | |
| exportFormat | No | For STL: "asciistl" for ASCII format, "binstl" for binary (smaller file) | |
| hardwarnings | No | Treat warnings as errors |