formatting, renamed bezierExtrusion to bezier_extrusion
This commit is contained in:
parent
2d143d6a56
commit
7ab5da4b45
6 changed files with 86 additions and 101 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use <bezierExtrusion.scad>;
|
||||
use <bezier_extrusion.scad>;
|
||||
use <headband.scad>;
|
||||
|
||||
thickness = 2.5;
|
||||
|
|
@ -21,7 +21,7 @@ module catear(){
|
|||
bezier_extrude(ctrl = ctrl_ear1, shape = shape_band, sections = 32);
|
||||
bezier_extrude(ctrl = ctrl_ear2, shape = shape_band, sections = 32);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
module catears(){
|
||||
union(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue