diff --git a/boxes.py b/boxes.py index 2b2b464..f7f68db 100755 --- a/boxes.py +++ b/boxes.py @@ -777,8 +777,10 @@ class Boxes: return self.ctx.save() + self.moveTo(self.fingerJointEdge.margin(), + self.fingerJointEdge.margin()) + self.moveTo(r, 0) - self.moveTo(r+self.fingerJointEdge.spacing(), self.fingerJointEdge.spacing()) self.cc(callback, 0) self.fingerJointEdge(x/2.0-r, bedBolts=self.getEntry(bedBolts, 0), bedBoltSettings=self.getEntry(bedBoltSettings, 0)) @@ -795,6 +797,9 @@ class Boxes: self.ctx.restore() self.ctx.save() + self.moveTo(self.fingerJointEdge.margin(), + self.fingerJointEdge.margin()) + if holesMargin is not None: self.moveTo(holesMargin, holesMargin) if r > holesMargin: