Added various plates

This commit is contained in:
2025-11-14 19:25:16 +01:00
parent b1e5c1e84b
commit cf6666cabc
35 changed files with 271 additions and 114 deletions

View File

@@ -1,7 +1,6 @@
$fn=60;
include <BOSL2/std.scad>
include <boltsos_0.4.1/BOLTS.scad>
include <mini_itx_board.scad>
@@ -17,24 +16,28 @@ module pilar() {
}
// holes_positions
* color("red") {
translate([-78.7,-52.2,5]) zcyl(l=20, d=1);
translate([-78.7,80.1,5]) zcyl(l=20, d=1);
translate([78.8,80.1,5]) zcyl(l=20, d=1);
translate([78.8,-74.8,5]) zcyl(l=20, d=1);
color("red") {
translate([-78.74,74.84,5]) zcyl(l=20, d=1);
translate([-78.74,-80.1,5]) zcyl(l=20, d=1);
translate([78.74,-80.1,5]) zcyl(l=20, d=1);
translate([78.74,51.98,5]) zcyl(l=20, d=1);
}
* translate([-85,-81,10]) pcb();
color("cyan") {
// mini_itx_plate
rect_tube(3, frame_l, wall=frame_e*6, rounding=frame_e, irounding=frame_e/2, center=true);
color("yellow") {
// base_plate
difference() {
cuboid([frame_l,frame_l,frame_e], rounding=3, edges=[FWD+RIGHT,FWD+LEFT,BACK+RIGHT,BACK+LEFT]);
cuboid([frame_l-34,frame_l-34,frame_e+1], rounding=3, edges=[FWD+RIGHT,FWD+LEFT,BACK+RIGHT,BACK+LEFT]);
}
*rect_tube(3, frame_l, wall=frame_e*6, rounding=frame_e, irounding=frame_e/2, center=true);
// pcb_supports
translate([0,0,p_height-1]) {
translate([-78.7,-52.2,0]) pilar();
translate([-78.7,80.1,0]) pilar();
translate([78.8,80.1,0]) pilar();
translate([78.8,-74.8,0]) pilar();
translate([-78.74,74.84,0]) pilar();
translate([-78.74,-80.1,0]) pilar();
translate([78.74,-80.1,0]) pilar();
translate([78.74,51.98,0]) pilar();
}
}
}
translate([0,0,10]) pcb();