Skip to content

Commit

Permalink
Fix door cutter intersection.
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryLingjieMei authored and pvl-bot committed Oct 18, 2024
1 parent 378c95c commit c641311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def make_door_cutter(self, mls, direction):
wt = self.constants.wall_thickness
cutter.scale = (
self.constants.door_width / 2,
self.constants.door_width / 2 + wt,
self.constants.door_width + wt / 2,
self.constants.door_size / 2 - _snap / 2,
)
cutter.location[-1] += _snap / 2
Expand Down

0 comments on commit c641311

Please sign in to comment.