added partial extrusion for faster headband rakes, small changes

This commit is contained in:
tessaK9 2026-03-12 19:40:30 +01:00
commit dcef9ae8b9
4 changed files with 55 additions and 17 deletions

View file

@ -1,7 +1,7 @@
use <bezier_extrusion.scad>;
use <headband.scad>;
thickness = 2.5;
thickness = 2.7;
height = 5.5;
module catear(){
@ -17,10 +17,9 @@ module catear(){
[-thickness/2,height/2-0.5],
[-thickness/2+0.5,height/2],
[thickness/2-0.5,height/2]];
union(){
bezier_extrude(ctrl = ctrl_ear1, shape = shape_band, sections = 32);
bezier_extrude(ctrl = ctrl_ear2, shape = shape_band, sections = 32);
}
bezier_extrude(ctrl = ctrl_ear1, shape = shape_band, sections = 32);
bezier_extrude(ctrl = ctrl_ear2, shape = shape_band, sections = 32);
}
module catears(){