Add label for B100

This commit is contained in:
Lauri Võsandi 2021-08-03 09:02:45 +03:00
parent 94feef9b98
commit 9f736baed7
1 changed files with 9 additions and 0 deletions

View File

@ -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() {