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:
Mateusz Konieczny 2021-03-17 14:30:12 +01:00 committed by Florian Festi
parent 7901e4aa40
commit e8fc07d33d
1 changed files with 1 additions and 1 deletions

View File

@ -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):