initial commit

This commit is contained in:
2018-11-21 14:16:00 -08:00
commit 6eb896317c
5 changed files with 415213 additions and 0 deletions

BIN
HairBand04.stl Executable file
View File

Binary file not shown.

15458
SnowFlake.stl Executable file
View File

File diff suppressed because it is too large Load Diff

23
combo.scad Executable file
View File

@@ -0,0 +1,23 @@
$fn=90;
module snowflake()
{
import("SnowFlake.stl");
difference()
{
cylinder(d=86,h=2.5);
cylinder(d=78,h=2.5);
}
}
import("HairBand04.stl");
translate([3.5,145,0])
scale([.6,.6,1])
snowflake();
translate([124,145,0])
scale([.6,.6,1])
snowflake();

399730
combo.stl Executable file
View File

File diff suppressed because it is too large Load Diff

2
sources.txt Normal file
View File

@@ -0,0 +1,2 @@
hairband: https://www.thingiverse.com/thing:2922428
snowflake: https://www.thingiverse.com/thing:12034