fixed tray side fastener placement when using extend standoffs, more standard mb case and adapter changes

This commit is contained in:
Edward Kisiel
2024-04-14 16:48:36 -04:00
parent f56302f7a8
commit 50f71b69e3
6 changed files with 353 additions and 357 deletions

View File

@@ -257,11 +257,11 @@ module case_side(case_design, side) {
}
// sbc openings
if(sbc_highlight == true) {
#translate([pcb_loc_x ,pcb_loc_y,bottom_height-pcb_z+pcb_loc_z-adj])
#translate([pcb_loc_x ,pcb_loc_y,bottom_height-case_offset_bz-pcb_z+pcb_loc_z-adj])
sbc(sbc_model, cooling, fan_size, gpio_opening, uart_opening, true);
}
else {
translate([pcb_loc_x ,pcb_loc_y,bottom_height-pcb_z+pcb_loc_z-adj])
translate([pcb_loc_x ,pcb_loc_y,bottom_height-case_offset_bz-pcb_z+pcb_loc_z-adj])
sbc(sbc_model, cooling, fan_size, gpio_opening, uart_opening, true);
}
// indents