MCP 3D Printer Server
by DMontgomery40
Verified
process_and_print_stl
Process an STL file (extend base), slice it, confirm temperatures, and start printing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | API key for authentication (default: value from env) | |
bed_temp | No | Expected bed temperature | |
extension_inches | Yes | Amount to extend the base in inches | |
extruder_temp | No | Expected extruder temperature | |
host | No | Hostname or IP address of the printer (default: value from env) | |
port | No | Port of the printer API (default: value from env) | |
stl_path | Yes | Path to the STL file to process | |
type | No | Type of printer management system (default: value from env) |