diff --git a/kormoran.scad b/kormoran.scad index 66c3e71..66e9d3b 100644 --- a/kormoran.scad +++ b/kormoran.scad @@ -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() {