Skip to main content
Glama

MCP 3D Printer Server

generate_stl_visualization

Create SVG visualizations of STL files from multiple angles with adjustable height and width settings, streamlining 3D printer file preview and management on MCP 3D Printer Server.

Instructions

Generate an SVG visualization of an STL file from multiple angles

Input Schema

NameRequiredDescriptionDefault
heightNoHeight of each view in pixels (default: 300)
stl_pathYesPath to the STL file
widthNoWidth of each view in pixels (default: 300)

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height of each view in pixels (default: 300)", "type": "number" }, "stl_path": { "description": "Path to the STL file", "type": "string" }, "width": { "description": "Width of each view in pixels (default: 300)", "type": "number" } }, "required": [ "stl_path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP 3D Printer Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-3D-printer-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server