cadquery icon indicating copy to clipboard operation
cadquery copied to clipboard

mirrorY does not reset the first point, even though it closes the wire

Open AldenMB opened this issue 3 years ago • 0 comments

When mirroring a wire, we fail to reset the first point. As a consequence, the next sketch we draw will have an incorrect starting point causing problems when closing. This might be a simple fix -- just run self.ctx.firstPoint = None, same as in close().

AldenMB avatar Feb 25 '22 08:02 AldenMB