restructured repo
This commit is contained in:
parent
76a3aa2915
commit
c6d87bf6b9
11 changed files with 14 additions and 14 deletions
|
|
@ -1,10 +0,0 @@
|
||||||
use <hinge.scad>;
|
|
||||||
|
|
||||||
union(){
|
|
||||||
translate([7,0,0]) cube([5,47,6]);
|
|
||||||
hinge(15,0,0);
|
|
||||||
translate([0,10,0]) hinge(30,0,0);
|
|
||||||
translate([0,20,0]) hinge(45,0,0);
|
|
||||||
translate([0,30,0]) hinge(60,0,0);
|
|
||||||
translate([0,40,0]) hinge(90,0,0);
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
use <bezier_extrusion.scad>;
|
use <base/bezier_extrusion.scad>;
|
||||||
use <headband.scad>;
|
use <base/headband.scad>;
|
||||||
|
|
||||||
thickness = 2.7;
|
thickness = 2.7;
|
||||||
height = 5.5;
|
height = 5.5;
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
use <headband.scad>;
|
use <base/headband.scad>;
|
||||||
use <dogear.scad>;
|
use <base/dogear.scad>;
|
||||||
|
|
||||||
thickness = 2.7;
|
thickness = 2.7;
|
||||||
|
|
||||||
10
scad/test/hingetest.scad
Normal file
10
scad/test/hingetest.scad
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
use <../base/hinge.scad>;
|
||||||
|
|
||||||
|
union(){
|
||||||
|
translate([7,0,0]) cube([5,47,6]);
|
||||||
|
hinge(15,0,0);
|
||||||
|
translate([0,10,0]) hinge(30);
|
||||||
|
translate([0,20,0]) hinge(45);
|
||||||
|
translate([0,30,0]) hinge(60);
|
||||||
|
translate([0,40,0]) hinge(90);
|
||||||
|
}
|
||||||
BIN
stl/catears.stl
Normal file
BIN
stl/catears.stl
Normal file
Binary file not shown.
BIN
stl/dogears.stl
Normal file
BIN
stl/dogears.stl
Normal file
Binary file not shown.
BIN
stl/test/hingetest.stl
Normal file
BIN
stl/test/hingetest.stl
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue