MCP 3D Printer Server
by DMontgomery40
Verified
slice_stl
Slice an STL file to generate G-code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
slicer_path | No | Path to the slicer executable (default: value from env) | |
slicer_profile | No | Profile to use for slicing (default: value from env) | |
slicer_type | No | Type of slicer to use (prusaslicer, cura, slic3r) (default: value from env) | |
stl_path | Yes | Path to the STL file to slice |