diff --git a/b100.scad b/b100.scad index 086bb68..1ce8f3e 100644 --- a/b100.scad +++ b/b100.scad @@ -14,6 +14,15 @@ W = 160 - 40; // Internal width H = 320 - 40; // Internal height D = 200; // Internal depth +S = 5; +F = "IBM Plex Sans Condensed:style=Regular"; + +translate([-400, 0]) { + text("Visaton B100", S, F, halign="center"); + translate([0, -S*1.5]) text("6Ω", S, F, halign="center"); + translate([0, -S*3]) text("30W", S, F, halign="center"); +} + // Driver mounting hole alignment translate([-200, 0]) { difference() {