diff --git a/shapes.scad b/shapes.scad index 85e37d1..cd3d49f 100644 --- a/shapes.scad +++ b/shapes.scad @@ -1164,14 +1164,14 @@ module spheroid(r, d, circum=false, style="aligned", anchor=CENTER, spin=0, orie if (style=="orig") { rotate_extrude(convexity=2,$fn=sides) { difference() { - zrot(180/sides) oval(r=r, circum=circum, $fn=sides); + oval(r=r, circum=circum, $fn=sides); left(r) square(2*r,center=true); } } } else if (style=="aligned") { rotate_extrude(convexity=2,$fn=sides) { difference() { - oval(r=r, circum=circum, $fn=sides); + zrot(180/sides) oval(r=r, circum=circum, $fn=sides); left(r) square(2*r,center=true); } } diff --git a/version.scad b/version.scad index 105ca38..a22290b 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,317]; +BOSL_VERSION = [2,0,318]; // Section: BOSL Library Version Functions