MCP 3D Printer Server

by DMontgomery40
Verified

translate_stl

Move STL models along X, Y, and Z axes with precise translation values in millimeters using this tool, integrated into the MCP 3D Printer Server for enhanced 3D file manipulation.

Instructions

Move an STL model along specific axes

Input Schema

NameRequiredDescriptionDefault
stl_pathYesPath to the STL file
translate_xNoTranslation along X-axis in millimeters
translate_yNoTranslation along Y-axis in millimeters
translate_zNoTranslation along Z-axis in millimeters

Input Schema (JSON Schema)

{ "properties": { "stl_path": { "description": "Path to the STL file", "type": "string" }, "translate_x": { "description": "Translation along X-axis in millimeters", "type": "number" }, "translate_y": { "description": "Translation along Y-axis in millimeters", "type": "number" }, "translate_z": { "description": "Translation along Z-axis in millimeters", "type": "number" } }, "required": [ "stl_path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP 3D Printer Server

Related Tools

ID: 7f6v2enbgk