scale_stl
Scale an STL file by applying custom scale factors to X, Y, and Z axes.
Instructions
Scale an STL file by specified factors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stl_path | Yes | Path to the STL file to scale | |
| scale_x | No | Scale factor for X axis (default: 1.0) | |
| scale_y | No | Scale factor for Y axis (default: 1.0) | |
| scale_z | No | Scale factor for Z axis (default: 1.0) |