diff --git a/src/Mod/BIM/ArchWall.py b/src/Mod/BIM/ArchWall.py index b096682d26..c92fdb7d06 100644 --- a/src/Mod/BIM/ArchWall.py +++ b/src/Mod/BIM/ArchWall.py @@ -351,7 +351,7 @@ class _Wall(ArchComponent.Component): else: cuts2.append(sh) offset += (obj.BlockLength.Value + obj.Joint.Value) - offset -= (edge.Length - obj.Joint.Value) + offset -= edge.Length if isinstance(bplates,list): bplates = bplates[0]