group of 10mm-thick objects from 0.1 to 0.4 mm tolerance

This commit is contained in:
2020-07-08 13:26:47 -07:00
parent b28f6fb31f
commit 298d99827b
8 changed files with 226956 additions and 1 deletions

26266
test-0.1-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

31166
test-0.15-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

32482
test-0.2-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

37382
test-0.25-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

33854
test-0.3-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

38754
test-0.35-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

27050
test-0.4-15x10.stl Normal file
View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
$fn=90;
tol=0.25;
tol=0.4;
ht=10;
diam=15;
@@ -56,5 +56,6 @@ intersection()
polygon([[0,ht/2+2],[-1,ht/2+1],[-1,ht/2-1],[0,ht/2-2]]);
}
// make the outer body hexagonal for better grip
cylinder(d=diam+8, h=ht, $fn=6);
}