formatting, renamed bezierExtrusion to bezier_extrusion

This commit is contained in:
tessaK9 2026-03-12 13:30:51 +01:00
commit 7ab5da4b45
6 changed files with 86 additions and 101 deletions

View file

@ -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(){