Skip to content

Commit

Permalink
Fix edges with hinge eye(s)
Browse files Browse the repository at this point in the history
Thanks to https://github.com/werner4711 for reporting and
https://github.com/gpsqueeek for pointing out that d4b238c was the
culprit.

Resolves: #742
  • Loading branch information
florianfesti committed Jan 13, 2025
1 parent 0514729 commit 12270a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ def endwidth(self) -> float:

def margin(self) -> float:
if self.settings.outset and (
self.grip_percentage > 0.0 or
self.settings.grip_percentage > 0.0 or
self.settings.grip_length > 0.0 ):
return self.settings.thickness + self.boxes.edges['g'].margin()
else:
Expand Down

0 comments on commit 12270a1

Please sign in to comment.