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.
This commit is contained in:
parent
f148421a39
commit
c462b1fc4b
|
@ -626,9 +626,6 @@ class DoveTailJointCounterPart(DoveTailJoint):
|
|||
|
||||
positive = False
|
||||
|
||||
def startwidth(self):
|
||||
return self.settings.depth
|
||||
|
||||
def margin(self):
|
||||
return self.boxes.spacing
|
||||
|
||||
|
|
Loading…
Reference in New Issue