This commit is contained in:
zhao
2022-11-05 18:47:13 -04:00
parent 5edad72862
commit d81b129686
27 changed files with 535 additions and 20902 deletions

View File

@ -2,17 +2,17 @@
difference() {
union() {
cube(size=[67,93,1]);
translate(v=[2, 2,1])
cube(size=[63,88.8,2]);
cube(size=[67,95.7,1]);
translate(v=[2,2,1])
cube(size=[63,91.7,3]);
}
union() {
translate(v=[3.5, 3.5,1])
cube(size=[60,85,3]);
translate(v=[3.5, 3.8,1])
cube(size=[60,88,3]);
for(i=[0:7]) {
translate(v=[33.5,i*10 + 10,0])
translate(v=[33.5,i*10 + 12,0])
minkowski() {
cylinder(h=1,r=1);
cube(size=[50,5,10], center=true);