Updating CadQuery library for close function fix.
This commit is contained in:
parent
73f644e091
commit
880f80b1e6
|
@ -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):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user