List: discuss@lists.openscad.org
From: Neon22
Re: [OpenSCAD] Rendering fails (difference between F5 and F6)
Thu, Dec 10, 2015 9:01 AM
// trick: draw an extra thick and large cylinder when
// the top is reached and
d=1;
//echo("top", top,dr);
hull() {
translate([ 0,dx1,dy1])
rotate( angle1, ([1,0,0]))
translate([0,0,-d])
cylinder(d,r1, r1, center=false);
//
translate([ 0,dx2,dy2])
rotate( angle2, ([1,0,0]))
translate([0,0,d])
cylinder(d+top,r2, r2, center=false