-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I printed one and theres no up face because its a trapezohedron...
I started working on it and got the shape:
include <BOSL2/std.scad>
d16b_size=16;
module d16b() {up(d16b_size) regular_prism(8, side1=d16b_size/1.5, ir2=0, height=d16b_size, anchor=BOTTOM);
up(d16b_size) mirror([0,0,1]) regular_prism(8, side1=d16b_size/1.5, ir2=0, height=d16b_size, anchor=BOTTOM);}
d16b();
But without the draw function of rebular_polyhedral I'm stumped on the numbers...
Metadata
Metadata
Assignees
Labels
No labels