Skip to content

Commit

Permalink
[ArchWall] Fix Align Right with Multi-Material invalid case problem
Browse files Browse the repository at this point in the history
  • Loading branch information
paul lee authored and yorikvanhavre committed May 25, 2020
1 parent 85bfe11 commit bd02e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Mod/Arch/ArchWall.py
Expand Up @@ -1395,14 +1395,13 @@ def getExtrusionData(self,obj):
bind=False,
occ=False,
widthList=curWidth,
offsetMode=None,
offsetMode="BasewireMode",
alignList=aligns,
normal=normal,
basewireOffset=off)

sh = DraftGeomUtils.bind(w1,w2)


#elif obj.Align == "Center":
elif curAligns == "Center":
if layers:
Expand Down

0 comments on commit bd02e1b

Please sign in to comment.