Updating CadQuery library for close function fix.

This commit is contained in:
Jeremy Wright 2015-06-12 14:30:27 -04:00
parent 73f644e091
commit 880f80b1e6

View File

@ -1322,7 +1322,7 @@ class Workplane(CQ):
self.ctx.pendingEdges.append(edge) self.ctx.pendingEdges.append(edge)
if self.ctx.firstPoint is None: if self.ctx.firstPoint is None:
self.ctx.firstPoint = edge.startPoint() self.ctx.firstPoint = self.plane.toLocalCoords(edge.startPoint())
def _addPendingWire(self,wire): def _addPendingWire(self,wire):
""" """