From 9f736baed7cadb77bf7de4101fcda1cfa57e2c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 3 Aug 2021 09:02:45 +0300 Subject: [PATCH] Add label for B100 --- b100.scad | 9 +++++++++ 1 file changed, 9 insertions(+) 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() {