Try this:
hull() {
cylinder(d=1,h=1,$fn=30);
translate([-.5,-.5,-1]) cube(1);
}
--
View this message in context: http://forum.openscad.org/How-to-go-from-a-round-surface-to-a-flat-surface-seamlessly-tp11196p11197.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Try this:
hull() {
cylinder(d=1,h=1,$fn=30);
translate([-.5,-.5,-1]) cube(1);
}
--
View this message in context: http://forum.openscad.org/How-to-go-from-a-round-surface-to-a-flat-surface-seamlessly-tp11196p11197.html
Sent from the OpenSCAD mailing list archive at Nabble.com.