Skip to content

Commit

Permalink
Add back forgotten fillet
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed Jan 9, 2024
1 parent d670f1c commit cc0492b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __post_init__(self):
del face, cut_plane
# Fillet outer edges of supports
new_face = faces().group_by(Axis.Z)[face_search].face()
# fillet(new_face.edges() - new_face.edges().group_by(Axis.X)[0], wall/2.5) # Finicky
fillet(new_face.edges() - new_face.edges().group_by(Axis.X)[0], wall/2.5) # Finicky
del new_face

# Mirror to the other side
Expand Down

0 comments on commit cc0492b

Please sign in to comment.