Add label for Kormoran

This commit is contained in:
Lauri Võsandi 2021-08-03 09:11:01 +03:00
parent 9f736baed7
commit 342eb43dc5
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,15 @@ W = 150; // Internal width
H = 280; // Internal height
D = 240; // Internal depth
S = 5;
F = "IBM Plex Sans Condensed:style=Regular";
translate([200, 0]) {
text("Kormoran", S, F, halign="center");
translate([0, -S*1.5]) text("8Ω", S, F, halign="center");
translate([0, -S*3]) text("55W", S, F, halign="center");
}
// Tweeter mounting hole alignment
translate([-400, 0]) {
difference() {