Fixed stale ref to rounded_prismoid()

This commit is contained in:
Revar Desmera 2020-05-23 17:57:48 -07:00
parent 4fc24ef939
commit 86e4e3d892
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
include <BOSL2/std.scad>
include <BOSL2/hull.scad>
$fn=32;
cuboid([60,40,40], rounding=5, edges=edges("Z"), anchor=BOTTOM) {
attach(TOP, BOTTOM) rounded_prismoid([60,40],[20,20], h=50, r1=5, r2=10) {
attach(TOP, BOTTOM) prismoid([60,40],[20,20], h=50, rounding1=5, rounding2=10) {
attach(TOP) cylinder(d=20, h=30, center=false) {
attach(TOP) cylinder(d1=50, d2=30, h=12, center=false);
}

View File

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,319];
BOSL_VERSION = [2,0,320];
// Section: BOSL Library Version Functions