Zusammenfassung
Projektbox für elektronisches DIY
Wie ich das entworfen habe
Differenz⎧
difference(){
union(){
Differenz().
minkowski(){ sphere(5); //cylinder(r=5,h=2); cube([70,90,4],center = true);} translate([0,0,-3])cube([80,100,10],center = true);)
difference(){
translate([0,0,1])
cube([73,93,2],center = true);
//translate([0,0,0])
cube([70,90,30],center = true);
}
}
translate([33,43,-16])
Zylinder (r=5, h=18);
translate([-33,-43,-16])
Zylinder (r=5, h=18);
translate([-33,43,-16])
Zylinder (r=5, h=18);
translate([33,-43,-16])
Zylinder(r=5,h=18);
Union(){
translate([33,43,0])
Zylinder(r=1.5,h=18, $fn=12);
translate([-33,-43,0])
Zylinder(r=1.5,h=18, $fn=12);
translate([-33,43,0])
Zylinder(r=1.5,h=18, $fn=12);
translate([33,-43,0])
Zylinder(r=1.5,h=18, $fn=12);
translate([33,43,10])
Kugel(r=4.5);
translate([-33,-43,10])
Kugel(r=4.5);
translate([-33,43,10])
Kugel(r=4.5);
translate([33,-43,10])
Kugel(r=4.5);
}
}
}
Union(){
difference(){
Differenz().
minkowski(){ sphere(5); //cylinder(r=5,h=2); cube([70,90,30],center = true);} translate([0,0,17.5])cube([80,100,5],center = true);)
minkowski(){ sphere(5); //cylinder(r=5,h=2); cube([65,85,25],center = true);})
difference(){
union(){
translate([33,43,-17])
Zylinder (r=4, h=32);
translate([-33,-43,-17])
Zylinder (r=4, h=32);
translate([-33,43,-17])
Zylinder (r=4, h=32);
translate([33,-43,-17])
Zylinder (r=4, h=32);
}
union(){
translate([33,43,0])
Zylinder(r=1,h=18,$fn=12);
translate([-33,-43,0])
Zylinder(r=1,h=18,$fn=12);
translate([-33,43,0])
Zylinder(r=1,h=18,$fn=12);
translate([33,-43,0])
Zylinder(r=1,h=18,$fn=12);
}
}
}
モデルソース
