List: discuss@lists.openscad.org
From: lar3ry
Strange behaviour of linear_extrude()
Thu, Feb 13, 2020 5:48 PM
= .7)
translate([10,10,0])
square(10);
linear_extrude(height = 5,scale = .7)
translate([20,20,0])
square(10);
translate ([35,35,0])
linear_extrude(height = 5,center=true,scale = .7)
square(10,center=true);
The first linear_extrude gives me a figure at x0/y0 that has vertical sides,
and the other sides are scaled, becoming smaller at the top