Printables, test colors, back text

This commit is contained in:
2026-01-18 09:12:47 +01:00
parent 9adba435c7
commit 24411253ac
7 changed files with 34 additions and 14 deletions

View File

@@ -27,7 +27,15 @@ module fabula_enclosure_bottom() {
translate([75, 55, 16]) rotate([90, 0, 0]) cylinder(d = 3, h = 20, $fn = 4);
// Logos
translate([60, -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([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);
}
}
}
}
// Speaker grille reinforcements