List: discuss@lists.openscad.org
From: Parkinbot
Re: [OpenSCAD] construction concept for internal structural supports request
Thu, Jul 7, 2016 11:53 PM
core(); }
>
> module core()
> {
> difference()
> {
> cylinder(30.01, 48, 28, center = true);
> cube([100, 1, 100], center = true);
> translate([0, 20, 0]) rotate([20, 0, 0]) cube([100, 1, 100],
> center = true);
> }
> }
--
View this message in context: http://forum.openscad.org/construction-concept-for-internal-structural-supports-request-tp17894p17895