mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 12:03:41 +00:00
- 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() {
|
||||
rotate(a=90, v=[0, 1, 0]) {
|
||||
translate([-45.5, 50, 10]) {
|
||||
@ -84,15 +83,12 @@ if(print_lid){ // Lid //
|
||||
lid(98,3,screw_front,screw_back);
|
||||
|
||||
translate([65, 21, 12]) {
|
||||
color("green") {
|
||||
cube([40, 20, 5]);
|
||||
}
|
||||
cube([40, 20, 5]);
|
||||
}
|
||||
translate([65, 21, 71]) {
|
||||
color("green") {
|
||||
cube([40, 20, 5]);
|
||||
}
|
||||
cube([40, 20, 5]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if(print_rear){ // Back plate //
|
||||
|
Loading…
Reference in New Issue
Block a user