Fixed logo engraving scuffedness

This commit is contained in:
jacob.eva 2023-04-17 22:13:45 +01:00
parent 3abf4ab609
commit 00828b2ab7
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -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
}