mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-25 21:25:35 +00:00
- removed debug color
This commit is contained in:
parent
61bdeda3cc
commit
bc7bf72d46
@ -19,7 +19,7 @@ sa50_length = 117.5;
|
|||||||
sa50_height = 36.6;
|
sa50_height = 36.6;
|
||||||
sa50_width = 87.8;
|
sa50_width = 87.8;
|
||||||
|
|
||||||
Part = "b"; // [a:All, b:FrontPlate, b2:FrontPlate2, c:Cabinet, d:Lid, e:BackPlate, f:Handles]
|
Part = "a"; // [a:All, b:FrontPlate, b2:FrontPlate2, c:Cabinet, d:Lid, e:BackPlate, f:Handles]
|
||||||
Units = 5;
|
Units = 5;
|
||||||
Depth = sa50_length;
|
Depth = sa50_length;
|
||||||
|
|
||||||
@ -169,8 +169,8 @@ module cabinet_supported () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
translate([((sixinch - sa50_width) / 2) + 5 + 10, 20, sa50_length - 13]) {
|
translate([((sixinch - sa50_width) / 2) + 5 + 10, 20, sa50_length - 13]) {
|
||||||
rotate([90, 0, 0]) {color("red"){
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=8, r=5.5);}
|
cylinder(h=8, r=5.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -182,8 +182,8 @@ module cabinet_supported () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
translate([((sixinch - sa50_width) / 2) + sa50_width - 5 - 10, 20, sa50_length - 13]) {
|
translate([((sixinch - sa50_width) / 2) + sa50_width - 5 - 10, 20, sa50_length - 13]) {
|
||||||
rotate([90, 0, 0]) {color("red"){
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=8, r=5.5);}
|
cylinder(h=8, r=5.5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user