OpenSCAD Question on bezel

https://lemmy.world/post/5433707

OpenSCAD Question on bezel - Lemmy.world

I created a 2d surface that I can perform a linear extrusion on, however the result it obviously a hard edge on the extrusion. I would love to be able to add a bezel - either rounded or at 45 degrees. Is there an easy way?

you can also tip over a cube() by 45° and difference it from your object to take off an edge.