added comments to files and removed the geogebra file

This commit is contained in:
tessaK9 2026-03-16 17:49:23 +01:00
commit 76a3aa2915
7 changed files with 22 additions and 15 deletions

View file

@ -39,7 +39,7 @@ module headband(thickness, height){
translate([-17,-8]){
rotate_extrude(convexity = 10, $fn = 16) polygon(shape_halfband);
}
bezier_extrude(ctrl = ctrl_rake, shape = shape_rake, partial = true, merlon = 2, gap = 3, sections = 5*42+1 );
bezier_extrude(ctrl = ctrl_rake, shape = shape_rake, partial = true, merlon = 2, gap = 3, sections = (2+3)*42+1);
}
}