Add label for Kormoran
This commit is contained in:
parent
9f736baed7
commit
342eb43dc5
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user