Skip to content

Commit e28eae4

Browse files
authored
Fix bug in mirrorX and mirrorY (#1904)
* Fix bug in mirrorX and mirrorY * Move firstPoint reset to consolidateWires
1 parent 2da12fc commit e28eae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cadquery/cq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,7 @@ def consolidateWires(self: T) -> T:
23942394
r = self.newObject(w)
23952395
r.ctx.pendingWires = w
23962396
r.ctx.pendingEdges = []
2397+
r.ctx.firstPoint = None
23972398

23982399
return r
23992400

0 commit comments

Comments
 (0)