diff --git a/examples/bezier_patches.scad b/examples/bezier_patches.scad index de7042b..62f775b 100644 --- a/examples/bezier_patches.scad +++ b/examples/bezier_patches.scad @@ -20,7 +20,7 @@ function CR_corner(size, spin=0, orient=UP, trans=[0,0,0]) = ) translate(trans, p=rot(a=spin, from=UP, to=orient, - p=scale(size, patch) + p=scale(size, p=patch) ) ); diff --git a/version.scad b/version.scad index 80654a6..5a08c55 100644 --- a/version.scad +++ b/version.scad @@ -6,7 +6,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,530]; +BOSL_VERSION = [2,0,531]; // Section: BOSL Library Version Functions