added partial extrusion for faster headband rakes, small changes
This commit is contained in:
parent
7ab5da4b45
commit
dcef9ae8b9
4 changed files with 55 additions and 17 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue