initial commit
This commit is contained in:
BIN
HairBand04.stl
Executable file
BIN
HairBand04.stl
Executable file
Binary file not shown.
15458
SnowFlake.stl
Executable file
15458
SnowFlake.stl
Executable file
File diff suppressed because it is too large
Load Diff
23
combo.scad
Executable file
23
combo.scad
Executable 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();
|
||||
|
||||
2
sources.txt
Normal file
2
sources.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
hairband: https://www.thingiverse.com/thing:2922428
|
||||
snowflake: https://www.thingiverse.com/thing:12034
|
||||
Reference in New Issue
Block a user