mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-09 13:26:51 +02:00
Fixed stale ref to rounded_prismoid()
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
include <BOSL2/std.scad>
|
include <BOSL2/std.scad>
|
||||||
|
include <BOSL2/hull.scad>
|
||||||
|
|
||||||
$fn=32;
|
$fn=32;
|
||||||
|
|
||||||
cuboid([60,40,40], rounding=5, edges=edges("Z"), anchor=BOTTOM) {
|
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(d=20, h=30, center=false) {
|
||||||
attach(TOP) cylinder(d1=50, d2=30, h=12, center=false);
|
attach(TOP) cylinder(d1=50, d2=30, h=12, center=false);
|
||||||
}
|
}
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,319];
|
BOSL_VERSION = [2,0,320];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user