MCP 3D Printer Server
by DMontgomery40
Verified
modify_stl_section
Apply a specific transformation to a selected section of an STL file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
custom_max_x | No | Maximum X for custom section bounds | |
custom_max_y | No | Maximum Y for custom section bounds | |
custom_max_z | No | Maximum Z for custom section bounds | |
custom_min_x | No | Minimum X for custom section bounds | |
custom_min_y | No | Minimum Y for custom section bounds | |
custom_min_z | No | Minimum Z for custom section bounds | |
section | Yes | Section to modify: 'top', 'bottom', 'center', or custom bounds | |
stl_path | Yes | Path to the STL file | |
transformation_type | Yes | Type of transformation to apply | |
value_x | No | Transformation value for X axis | |
value_y | No | Transformation value for Y axis | |
value_z | No | Transformation value for Z axis |