chamfer_solid
Chamfer 3D solid edges by providing one point on each edge and a cut distance. Produces a 45-degree bevel that needs no support during printing.
Instructions
Chamfer edges of a 3D solid: edges = [[x,y,z], ...], ONE point lying ON each edge to cut. A 45 deg chamfer prints without support where a fillet would need it. The edge nearest the camera wins, so set the view (view_3d) when the target is hidden behind the part. Check with solid_volume - the chamfer runs out where it meets another edge, so expect slightly less removed than distance^2/2 * length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | ||
| distance | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |