- removed debug colors
This commit is contained in:
parent
42884c2a58
commit
005ba88c0e
10
RackCabinets/RaspberryPi3ModelBHifiBerry/case.scad
Executable file → Normal file
10
RackCabinets/RaspberryPi3ModelBHifiBerry/case.scad
Executable file → Normal file
@ -58,7 +58,6 @@ if(print_cabinet_sml){ // Cabinet //
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hull() {
|
hull() {
|
||||||
rotate(a=90, v=[0, 1, 0]) {
|
rotate(a=90, v=[0, 1, 0]) {
|
||||||
translate([-45.5, 50, 10]) {
|
translate([-45.5, 50, 10]) {
|
||||||
@ -84,15 +83,12 @@ if(print_lid){ // Lid //
|
|||||||
lid(98,3,screw_front,screw_back);
|
lid(98,3,screw_front,screw_back);
|
||||||
|
|
||||||
translate([65, 21, 12]) {
|
translate([65, 21, 12]) {
|
||||||
color("green") {
|
cube([40, 20, 5]);
|
||||||
cube([40, 20, 5]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
translate([65, 21, 71]) {
|
translate([65, 21, 71]) {
|
||||||
color("green") {
|
cube([40, 20, 5]);
|
||||||
cube([40, 20, 5]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(print_rear){ // Back plate //
|
if(print_rear){ // Back plate //
|
||||||
|
Loading…
Reference in New Issue
Block a user