Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed May 21, 2024
1 parent 9f189b0 commit fe832a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/build123d/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ def pack(objects: Collection[Shape], padding: float, align_z: bool = True) -> Co
for (o, t) in zip(objects, translations)
]

for o in objects:
print(o.bounding_box() )

for o in translated:
print(o.bounding_box() )

# Assert the packing didn't cause any overlaps.
def _overlapping(bb1, bb2):
# Boundaries of the intersection of the two bounding boxes.
Expand Down

0 comments on commit fe832a8

Please sign in to comment.