Updated folders names
This commit is contained in:
@@ -6,7 +6,7 @@ include <mini_itx_board.scad>
|
||||
|
||||
frame_l=180;
|
||||
frame_e=3;
|
||||
p_height=5;
|
||||
p_height=6;
|
||||
|
||||
module pilar() {
|
||||
difference() {
|
||||
@@ -26,13 +26,13 @@ color("red") {
|
||||
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,frame_l,frame_e], rounding=3, edges=[FWD+RIGHT,FWD+LEFT,BACK+RIGHT,BACK+LEFT], anchor=[0,0,-1]);
|
||||
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([0,0,p_height]) {
|
||||
translate([-78.74,74.84,0]) pilar();
|
||||
translate([-78.74,-80.1,0]) pilar();
|
||||
translate([78.74,-80.1,0]) pilar();
|
||||
|
||||
Reference in New Issue
Block a user