Fixed logo engraving scuffedness
This commit is contained in:
parent
3abf4ab609
commit
00828b2ab7
@ -146,7 +146,7 @@ module expansion_card_lid() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// engrave LES logo into 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
|
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([-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
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user