Analyze OpenSCAD models to extract key geometric data: bounding box, dimensions, center point, and triangle count. Get precise measurements from your code directly.
Retrieve details about the installed OpenSCAD environment, including version, available features, and library versions, to verify setup and compatibility.
Exposes OpenSCAD CLI as MCP tools for validating, rendering, and exporting parametric 3D models. Enables LLM clients to interactively create and manipulate OpenSCAD designs.
Convert OpenSCAD 3D modeling code into PNG images using headless rendering. Specify code, output path, and optional camera parameters to generate visualizations without a graphical interface.
Create printable 3D models from parametric templates by specifying a template ID and parameters. Renders OpenSCAD locally into STL with interactive 3D preview.
Generate a 3D model from a text prompt when no template or image exists. Submit a description to the AI provider, receive a job ID to track progress, and download the STL result.
Render 3D models from STL, 3MF, OBJ, or SCAD files as PNG previews from six angles to verify print readiness before printing, with multicolor 3MF support.
Build exact 3D-printable parts by combining geometric primitives with boolean operations. Generates deterministic STL files and automatically centers them on the build plate to prevent print errors.
Turn a prompt into a validated 3D-printable model. Detects printability issues, improves the design, and regenerates until validation passes, then returns the best result.