generate_from_template
Generate a 3D model from a parametric template by providing explicit parameter values. Renders OpenSCAD code into a printable STL file.
Instructions
Generate a 3D model from a parametric template with explicit parameters (local, no AI API).
Use when you know which template and parameter values to use. For AI-assisted
parameter inference + structural analysis, use ``smart_generate_from_template``.
Renders the template's OpenSCAD code with custom parameter values
into a printable STL. Use ``list_design_templates`` to see
available templates and their parameters.
When the kiln-pro package is installed (Pro+ tier), the result MAY
carry an ``intent`` block describing the geometric assertions the
template parameters implied, and a sidecar ``<mesh>.intent.json``
is written next to the produced STL. Free / public installs see
the result unchanged. See https://kiln3d.com for tier details.
Args:
template_id: Template ID from ``list_design_templates``.
parameters: Optional dict of parameter overrides
(e.g., ``{"phone_width": 80, "angle": 70}``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | No | ||
| template_id | Yes |