diff --git a/Mechanical/OpenSCAD/ExpansionCard.scad b/Mechanical/OpenSCAD/ExpansionCard.scad index d5db665..0064fe9 100644 --- a/Mechanical/OpenSCAD/ExpansionCard.scad +++ b/Mechanical/OpenSCAD/ExpansionCard.scad @@ -146,7 +146,7 @@ module expansion_card_lid() { } } // engrave LES logo into lid - translate([3, 20, 6]) linear_extrude(height=1.6, center=true) { + translate([3, 20, 7]) linear_extrude(height=1.5, center=true) { offset(0.01) import("LES.svg"); // the offset fixes a weird error about the svg's mesh being incomplete } } @@ -257,8 +257,5 @@ translate([0, -base[1], 0]) expansion_card_base(open_end = false, make_printable translate([-base_ext[0]+base[0], -base_ext[1]-base[1], 0]) expansion_card_ext(); -translate([0, 1, 0]) expansion_card_lid(); +translate([0, 0, 5]) expansion_card_lid(); -translate([3, 20, 6]) linear_extrude(height=1, center=true) { - offset(0.01) import("LES.svg"); // the offset fixes a weird error about the svg's mesh being incomplete -}