scale_stl
Scale an STL file by specifying scaling factors for each axis. Adjust model dimensions to fit print requirements.
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) |