add fillet to bottle to make it look similar to original

This commit is contained in:
Bernhard 2023-04-01 14:35:04 +02:00
parent 00164c4d9d
commit d5dfb8b92e
2 changed files with 2 additions and 1 deletions

View file

@ -665,6 +665,7 @@ with BuildPart() as ex29:
mirror(ex29_ow_ln.line)
make_face()
extrude(amount=h + b)
fillet(ex29.edges(), radius=w / 6)
with BuildSketch(ex29.faces().sort_by(Axis.Z)[-1]):
Circle(t)
extrude(amount=n)