Skip to content

Commit

Permalink
Remove debug output from hatching
Browse files Browse the repository at this point in the history
  • Loading branch information
drlukeparry committed Apr 19, 2021
1 parent 03a9f06 commit 6510490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyslm/hatching/hatching.py
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,6 @@ def generateHatching(self, paths, hatchSpacing: float, hatchAngle: float = 90.0)
# Get the bounding box of the paths
bbox = self.boundaryBoundingBox(paths)

print('bounding box bbox', bbox)
# Expand the bounding box
bboxCentre = np.mean(bbox.reshape(2, 2), axis=0)

Expand Down

0 comments on commit 6510490

Please sign in to comment.