From c462b1fc4b05b1ab9bf9d9eaba8ea0671e7a411c Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 26 Apr 2016 21:52:41 +0200 Subject: [PATCH] Make width of other side of DoveTailJoint width 0 This way the dove tails are completely in the inner space. This also makes it easier to build surrounding walls as the dove tail joint doesn't need extra space. --- boxes/edges.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/boxes/edges.py b/boxes/edges.py index 7bf8e96..16ad8f4 100644 --- a/boxes/edges.py +++ b/boxes/edges.py @@ -626,9 +626,6 @@ class DoveTailJointCounterPart(DoveTailJoint): positive = False - def startwidth(self): - return self.settings.depth - def margin(self): return self.boxes.spacing