initial commit for labradorite heart holder

This commit is contained in:
2023-10-18 21:06:54 -07:00
commit 5b8fc68124
2 changed files with 14 additions and 0 deletions

14
stone_holder.scad Normal file
View File

@@ -0,0 +1,14 @@
$fn=45;
diam1=30;
diam2=2;
ht=12;
b_ht=2;
cylinder(d=diam1, h=b_ht);
for (r=[30,150,-30,-150])
rotate([0,0,r])
translate([(diam1-diam2)/2,0,b_ht])
rotate([0,-20,0])
cylinder(d=diam2, h=ht);

BIN
stone_holder.stl Normal file
View File

Binary file not shown.