increase play in two piece to 0.15
note: I am very inexperienced, this is based on a single test (with 0.05 and 0.15 box) and advice from local expert both apply to plywood
This commit is contained in:
parent
7901e4aa40
commit
e8fc07d33d
|
@ -30,7 +30,7 @@ class TwoPiece(Boxes):
|
|||
self.addSettingsArgs(edges.FingerJointSettings, finger=2.0, space=2.0)
|
||||
|
||||
self.argparser.add_argument(
|
||||
"--play", action="store", type=float, default=0.05,
|
||||
"--play", action="store", type=float, default=0.15,
|
||||
help="play between the two parts as multipleof the wall thickness")
|
||||
|
||||
def render(self):
|
||||
|
|
Loading…
Reference in New Issue