Add label for B100
This commit is contained in:
parent
94feef9b98
commit
9f736baed7
@ -14,6 +14,15 @@ W = 160 - 40; // Internal width
|
|||||||
H = 320 - 40; // Internal height
|
H = 320 - 40; // Internal height
|
||||||
D = 200; // Internal depth
|
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
|
// Driver mounting hole alignment
|
||||||
translate([-200, 0]) {
|
translate([-200, 0]) {
|
||||||
difference() {
|
difference() {
|
||||||
|
Loading…
Reference in New Issue
Block a user