Increase sloppiness

This commit is contained in:
Will Bradley 2024-04-17 12:45:34 -07:00
parent 5d55677938
commit 34696640ae
Signed by: will
GPG Key ID: 1159B930701263F3
2 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ difference(){
bottomPanel(); bottomPanel();
} }
for(i=[0: len(splitAt)-1]){ for(i=[0: len(splitAt)-1]){
translate([doorGutter+19.5,splitAt[i]-60,20]) scale([0.5,0.5,1]) partition_cut_mask(gap=0, cutpath="dovetail", $slop=0.5); translate([doorGutter+19.5,splitAt[i]-60,20]) scale([0.5,0.5,1]) partition_cut_mask(gap=0, cutpath="dovetail", $slop=0.75);
} }
} }

Binary file not shown.