Replies: 2 comments 4 replies
-
You can do this already with the script. See documentation for the
This was the reason for exposing the As for smoothing the top or bottom edge, fillets are difficult to do in OpenSCAD, especially for arbitrary profiles. I can imagine a way to add a chamfer to either edge, and a fillet to the bottom (but not the top) edge. A module that does the extrusion and fillet/chamfer automatically on a given profile may be useful. |
Beta Was this translation helpful? Give feedback.
-
I tried to add something that added fillets or chamfers to cutouts, but it would only work for fully convex profiles. OpenSCAD just doesn't like fillets and chamfers, unfortunately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Another enhancement that would be really neat is the ability to cut an arbitrary shape into a bin section.
Use case here is to create bins with cutouts to more closely hold a tool or specific shape.
At a basic level think about cutting a circle into the bin section to hold a battery or a glue stick. But rather than just cutting a circle straight down to some depth, you could cut any arbitrary path to the depth to match the contours.
It would be even nicer if the top or bottom edge could have a radius to make a smoother pocket for the tool.
Beta Was this translation helpful? Give feedback.
All reactions