restructured repo

This commit is contained in:
tessaK9 2026-03-16 23:33:11 +01:00
commit c6d87bf6b9
11 changed files with 14 additions and 14 deletions

View file

@ -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);
}

View file

@ -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;

View file

@ -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
View 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

Binary file not shown.

BIN
stl/dogears.stl Normal file

Binary file not shown.

BIN
stl/test/hingetest.stl Normal file

Binary file not shown.