List: discuss@lists.openscad.org
From: Bob Roos
How to round the top inner and outer edges?
Sun, Sep 3, 2023 1:19 AM
Hello OpenSCAD,
I want the bottom to be straight and the top inside and outside edges to have 2mm roundover
Thank you.
include //or screws or threading
W=34;
L=60;
H=10;
Or = 8;
Ir = 3;
rect_tube(size=[W,L], wall=5, rounding=Or, h=H,irounding=3);
--
Best regards,
Bob mailto:roosbob@wybatap.com