diff --git a/shapes.scad b/shapes.scad index 8fe291a..36ba8e1 100644 --- a/shapes.scad +++ b/shapes.scad @@ -355,18 +355,25 @@ module cuboid( // Example(FlatSpin): Shifting/Skewing // prismoid(size1=[50,30], size2=[20,20], h=20, shift=[15,5]); // Example: Rounding -// prismoid(100, rounding=10, h=30); +// include +// prismoid(100, 80, rounding=10, h=30); // Example: Outer Chamfer Only -// prismoid(100, chamfer=5, h=30); +// include +// prismoid(100, 80, chamfer=5, h=30); // Example: Gradiant Rounding +// include // prismoid(100, 80, rounding1=10, rounding2=0, h=30); // Example: Per Corner Rounding +// include // prismoid(100, 80, rounding=[0,5,10,15], h=30); // Example: Per Corner Chamfer +// include // prismoid(100, 80, chamfer=[0,5,10,15], h=30); // Example: Mixing Chamfer and Rounding +// include // prismoid(100, 80, chamfer=[0,5,0,10], rounding=[5,0,10,0], h=30); // Example: Really Mixing It Up +// include // prismoid( // size1=[100,80], size2=[80,60], h=20, // chamfer1=[0,5,0,10], chamfer2=[5,0,10,0], diff --git a/version.scad b/version.scad index 938e682..b11157f 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,315]; +BOSL_VERSION = [2,0,316]; // Section: BOSL Library Version Functions