Updated dimensions

This commit is contained in:
jacob.eva 2023-04-15 12:13:58 +01:00
parent 2f13a5a4e0
commit 115f7ba6cb
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -13,7 +13,7 @@
base = [30.0, 32.0, 6.8];
// The extension for the mini PCIe slot
base_ext = [49, 33, 13];
base_ext = [56.4, 33, 13];
// The default wall thickness
side_wall = 1.5;
@ -231,7 +231,7 @@ module expansion_card_ext() {
// cutout to bring base and ext card together
// not sure why it needs 0.5mm added, rounding error maybe?
translate([base[0]-9.5, 5, side_wall]) cube([cutout[0], cutout[1], cutout[2]]);
translate([base[0]-2.1, 5, side_wall]) cube([cutout[0], cutout[1], cutout[2]]);
difference() {
notch = 1.0;
@ -248,10 +248,9 @@ module expansion_card_ext() {
}
}
// Rotate into a printable orientation
rotate([-90, 0, 0]) translate([0, -base[1], 0]) expansion_card_base(open_end = false, make_printable = true, pcb_mount="boss");
translate([0, -base[1], 0]) expansion_card_base(open_end = false, make_printable = true, pcb_mount="boss");
rotate([-90, 0, 0]) translate([-base_ext[0]+base[0], -base_ext[1]-base[1], 0]) expansion_card_ext();
translate([-base_ext[0]+base[0], -base_ext[1]-base[1], 0]) expansion_card_ext();
/*expansion_card_lid();