Skip to content

Commit

Permalink
LasercutterTechDrawExport Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Syres916 committed Jun 16, 2021
1 parent ce4de8a commit 7b7c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LasercutterTechdrawExport/LasercutterTechdrawExport.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def make_outline(self, fp):
elif fp.Method == 'auto':
try:
outline = fp.Part.Shape.makeOffset2D(fp.BeamWidth / 2)
except Exception as ex::
except Exception as ex:
outline = fp.Part.Shape.makeOffsetShape(fp.BeamWidth / 2, 1e-7)

fp.Normal = self.getNormal(fp.Part)
Expand Down

0 comments on commit 7b7c9cb

Please sign in to comment.