mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 03:53:42 +00:00
Added mesh frontplate with text
This commit is contained in:
parent
e9d9efb1d1
commit
ea0b47ea8a
94278
RackCabinets/Mesh/RPi3-node-01.stl
Normal file
94278
RackCabinets/Mesh/RPi3-node-01.stl
Normal file
File diff suppressed because it is too large
Load Diff
98786
RackCabinets/Mesh/RPi3-node-02.stl
Normal file
98786
RackCabinets/Mesh/RPi3-node-02.stl
Normal file
File diff suppressed because it is too large
Load Diff
99962
RackCabinets/Mesh/RPi3-node-03.stl
Normal file
99962
RackCabinets/Mesh/RPi3-node-03.stl
Normal file
File diff suppressed because it is too large
Load Diff
49
RackCabinets/Mesh/RPi3-text.scad
Normal file
49
RackCabinets/Mesh/RPi3-text.scad
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
include<../sixinch_library.scad>
|
||||||
|
include<../../Libs/Mesh-lib.scad>
|
||||||
|
|
||||||
|
|
||||||
|
///////////////////////////////
|
||||||
|
// Raspberry Pi 3 Model B //
|
||||||
|
///////////////////////////////
|
||||||
|
|
||||||
|
print_frontplate_sml = true;
|
||||||
|
|
||||||
|
if(print_frontplate_sml){ // Frontplate //
|
||||||
|
square_hole = [];
|
||||||
|
round_hole = [];
|
||||||
|
round_peg = [];
|
||||||
|
screw_side_front = [];
|
||||||
|
screw_top = [36];
|
||||||
|
screw_bottom_front = [36];
|
||||||
|
units = 2;
|
||||||
|
difference() {
|
||||||
|
union() {
|
||||||
|
frontplate(units,square_hole,round_hole,round_peg,screw_side_front,screw_top,screw_bottom_front);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
translate([25,1.5,0]) {
|
||||||
|
intersection(){
|
||||||
|
translate([-1.5,-1.5,0]){
|
||||||
|
difference() {
|
||||||
|
mesh(17, 5, 3, 3);
|
||||||
|
translate([12.5, 6, 0]){cylinder(50,4.5,4.5);}
|
||||||
|
translate([12.5, 22, 0]){cylinder(50,4.5,4.5);}
|
||||||
|
translate([95.5, 6, 0]){cylinder(50,4.5,4.5);}
|
||||||
|
translate([95.5, 22, 0]){cylinder(50,4.5,4.5);}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
cube([105,25,10]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
translate([0,0,3]) cube([155,30,10]);
|
||||||
|
}
|
||||||
|
|
||||||
|
rotate([180,0,0])
|
||||||
|
translate([52.5, -18, -3])
|
||||||
|
linear_extrude(5)
|
||||||
|
text("node-03");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user