Merge master changes #3

Merged
jacob.eva merged 33 commits from master into prototype 2023-08-04 13:17:59 +02:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 704872980b - Show all commits

View File

@ -314,7 +314,7 @@ module expansion_card_ext(make_printable, pcb_mount="boss_insert") {
}
// hollow bottom to provide room for back of board
translate([(base_ext[0]-base[0])/2+side_wall,base_ext[1]-base_ext[1]/2+side_wall,-hollow_bottom_z+1.5]) cube([base[0]-side_wall*2, (base_ext[1]/2)-side_wall, hollow_bottom_z]);
translate([(base_ext[0]-base[0])/2+side_wall,base_ext[1]-base_ext[1]/2+gap*2,-hollow_bottom_z+1.5]) cube([base[0]-side_wall*2, base_ext[1]/2, hollow_bottom_z]);
}
difference() {
@ -336,8 +336,8 @@ translate([0, -base[1], 0]) expansion_card_base(open_end = false, make_printable
translate([-base_ext[0]+base[0]+5, -base_ext[1]-base[1], 0]) expansion_card_ext(make_printable = true, pcb_mount="boss");
translate([45, -19, 17]) rotate([180,0,0]) expansion_card_lid();
//translate([45, -19, 17]) rotate([180,0,0]) expansion_card_lid();
//translate([-128.75, 95.8, pcb_h]) import("PCB.stl");
translate([-128.75, 95.8, pcb_h]) import("PCB.stl");
translate([2, -31.16, 1.68]) sim_holder();
//translate([2, -31.16, 1.68]) sim_holder();

Binary file not shown.