From 485ab6c4f86b4509212891b98dd343917f0d8864 Mon Sep 17 00:00:00 2001 From: Jojain Date: Wed, 26 Jan 2022 22:32:48 +0100 Subject: [PATCH] simple solution test --- cadquery/cq.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cadquery/cq.py b/cadquery/cq.py index cb10c0f40..4ea66266a 100644 --- a/cadquery/cq.py +++ b/cadquery/cq.py @@ -667,6 +667,7 @@ def _computeXdir(normal): plane = Plane(offsetCenter, xDir, normal) s = self.__class__(plane) s.parent = self + s.objects = self.objects[:] s.ctx = self.ctx # a new workplane has the center of the workplane on the stack