Skip to main content
Glama

MCP 3D Printer Server

slice_stl

Convert STL files into G-code for 3D printing by selecting slicer type, profile, and executable path within the MCP 3D Printer Server environment.

Instructions

Slice an STL file to generate G-code

Input Schema

NameRequiredDescriptionDefault
slicer_pathNoPath to the slicer executable (default: value from env)
slicer_profileNoProfile to use for slicing (default: value from env)
slicer_typeNoType of slicer to use (prusaslicer, cura, slic3r) (default: value from env)
stl_pathYesPath to the STL file to slice

Input Schema (JSON Schema)

{ "properties": { "slicer_path": { "description": "Path to the slicer executable (default: value from env)", "type": "string" }, "slicer_profile": { "description": "Profile to use for slicing (default: value from env)", "type": "string" }, "slicer_type": { "description": "Type of slicer to use (prusaslicer, cura, slic3r) (default: value from env)", "type": "string" }, "stl_path": { "description": "Path to the STL file to slice", "type": "string" } }, "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