mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 20:13:42 +00:00
- removed manual RaspberryPi3ModelBHifiBerry additions
This commit is contained in:
parent
0c1b73fd19
commit
7e653ef3fa
@ -178,9 +178,9 @@ module cabinet (dp,u,screw_bottom_front,round_peg,screw_side_front){
|
|||||||
|
|
||||||
module box(dp,u,screw_bottom_front,round_peg,screw_side_front){
|
module box(dp,u,screw_bottom_front,round_peg,screw_side_front){
|
||||||
|
|
||||||
|
/* RaspberryPi3ModelBHifiBerry */
|
||||||
difference(){
|
/* difference(){ */
|
||||||
union() {
|
/* union() { */
|
||||||
|
|
||||||
difference(){
|
difference(){
|
||||||
translate([20,0,gauge]){
|
translate([20,0,gauge]){
|
||||||
@ -253,34 +253,30 @@ difference(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* RaspberryPi3ModelBHifiBerry */
|
||||||
|
/* } */
|
||||||
|
/* translate([20+gauge_box,0,gauge]){ */
|
||||||
|
/* if(len(round_peg)>0){ */
|
||||||
|
/* for(i=[0:len(round_peg)-1]){ */
|
||||||
|
/* x = round_peg[i][0]; */
|
||||||
|
/* y = round_peg[i][1]; */
|
||||||
|
/* od = round_peg[i][2]; */
|
||||||
|
/* id = round_peg[i][3]; */
|
||||||
|
/* he = round_peg[i][4]; */
|
||||||
|
|
||||||
|
/* translate([x,5,y]){ */
|
||||||
|
/* color("red") { */
|
||||||
|
/* rotate([90, 0, 0]) { */
|
||||||
|
/* cylinder(h=4,r=1.5); */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
/* } */
|
||||||
|
|
||||||
}
|
}
|
||||||
translate([20+gauge_box,0,gauge]){
|
|
||||||
if(len(round_peg)>0){
|
|
||||||
for(i=[0:len(round_peg)-1]){
|
|
||||||
x = round_peg[i][0];
|
|
||||||
y = round_peg[i][1];
|
|
||||||
od = round_peg[i][2];
|
|
||||||
id = round_peg[i][3];
|
|
||||||
he = round_peg[i][4];
|
|
||||||
|
|
||||||
translate([x,5,y]){
|
|
||||||
color("red") {
|
|
||||||
rotate([90, 0, 0]) {
|
|
||||||
cylinder(h=4,r=1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
module lid(dp,u,screw_front,screw_back){
|
module lid(dp,u,screw_front,screw_back){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user