Updated bottom enclosure

This commit is contained in:
2026-01-18 13:41:57 +01:00
parent 026c0e1f6a
commit 6072dc5e33
2 changed files with 115 additions and 12 deletions

View File

@@ -27,15 +27,8 @@ module fabula_enclosure_bottom() {
translate([75, 55, 16]) rotate([90, 0, 0]) cylinder(d = 3, h = 20, $fn = 4);
// Logos
translate([55, -10, 28.1]) linear_extrude(height = 1, center = true) rotate([0, 0, 90]) scale([0.10, 0.10, 0.10]) import("oshw-logo-filled-black.svg");
translate([70, -20, 28.1]) {
linear_extrude(height = 1, center = true) {
rotate([0, 0, 90]) {
text("Made in Italy with ♥", size = 4);
translate([-1, -8, 0]) text("by Daniele Verducci", size = 4);
}
}
}
translate([45, -18, 28.1]) linear_extrude(height = 1, center = true) rotate([0, 0, 90]) scale([0.15, 0.15, 0.15]) import("oshw-logo-filled-black.svg");
translate([66, -25, 28.1]) linear_extrude(height = 1, center = true) rotate([0, 0, 90]) text("a Luna, con ♥", size = 6);
}
// Speaker grille reinforcements
@@ -58,7 +51,7 @@ module fabula_enclosure_top() {
translate([64.1, -26.8, -16.2]) pcb_support(pcb_screw_size);
// Url
translate([-80, -42, -22.5]) linear_extrude(height = 1.5, center = true) text("git.ichibi.eu/penguin86/Fabula", size = 6);
//translate([-80, -42, -22.5]) linear_extrude(height = 1.5, center = true) text("git.ichibi.eu/penguin86/Fabula", size = 6);
}
// Cutouts
@@ -69,6 +62,9 @@ module fabula_enclosure_top() {
translate([61, -2, -30]) keycap();
translate([-50, 0, -30.5]) rotate([0, 0, 90]) character_retainer_cutout();
translate([-10, -51, -10]) rotate([-90, 0, 0]) sdcard_access_port_cutout();
// Logos
translate([0, 30, -27.6]) rotate ([180, 0, -90]) linear_extrude(height=1) text("ƒabula", font="URW Bookman", size=13);
}
}