rotate_stl
Rotate an STL file by specified angles for X, Y, and Z axes to reorient the model for 3D printing.
Instructions
Rotate an STL file by specified angles (degrees)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stl_path | Yes | Path to the STL file to rotate | |
| angle_x | No | Rotation angle for X axis in degrees (default: 0) | |
| angle_y | No | Rotation angle for Y axis in degrees (default: 0) | |
| angle_z | No | Rotation angle for Z axis in degrees (default: 0) |