rotate_stl
Rotate an STL file by specified angles along X, Y, or Z axes to adjust model orientation for 3D printing.
Instructions
Rotate an STL file by specified angles (degrees)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| stl_path | Yes | Path to the STL file to rotate |