increased chamfer

This commit is contained in:
tessaK9 2026-03-15 14:03:18 +01:00
commit ba6d1396dc
2 changed files with 20 additions and 20 deletions

View file

@ -10,13 +10,13 @@ module catear(){
ctrl_ear1 = [[49,96],[58,112],[63,137],[61.5,141]];
ctrl_ear2 = [[61.5+1.5*epsilon,141-4*epsilon],[60,145],[42.5,140.5],[18,123]];
shape_band = [[thickness/2,height/2-0.25],
[thickness/2,-height/2+0.25],
[thickness/2-0.25,-height/2],
[-thickness/2+0.25,-height/2],
[-thickness/2,-height/2+0.25],
[-thickness/2,height/2-0.25],
[-thickness/2+0.25,height/2],
shape_band = [[thickness/2,height/2-0.5],
[thickness/2,-height/2+0.5],
[thickness/2-0.5,-height/2],
[-thickness/2+0.5,-height/2],
[-thickness/2,-height/2+0.5],
[-thickness/2,height/2-0.5],
[-thickness/2+0.5,height/2],
[thickness/2-0.5,height/2]];
bezier_extrude(ctrl = ctrl_ear1, shape = shape_band, sections = 32);