Skip to content

Commit

Permalink
Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeicor committed Jan 4, 2024
1 parent bb20b66 commit 5ff24c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions parts/headset_screw_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def outer_wall(radius: float = stem_circle_radius):
# Final chamfering
to_chamfer = headset_screw_part.edges().filter_by(GeomType.CIRCLE).group_by(
SortBy.LENGTH)[1].sort_by(Axis.Z)[-1]
chamfer(to_chamfer, stem_circle_flat_radius - stem_screw_flat_radius,
stem_circle_max_height - eps)
chamfer(to_chamfer, stem_circle_max_height - eps)
del to_chamfer
to_chamfer = headset_screw_part.edges().filter_by(
GeomType.CIRCLE).group_by(Axis.Z)[0]
Expand All @@ -73,5 +72,3 @@ def outer_wall(radius: float = stem_circle_radius):

if __name__ == "__main__": # While developing this single part
ocp_vscode.show_all()

# %%

0 comments on commit 5ff24c3

Please sign in to comment.