From ce3b029aaee5b4e4f8265bc4322c76aba80c8f4f Mon Sep 17 00:00:00 2001 From: douzeb Date: Thu, 26 Jan 2023 10:46:27 +0100 Subject: [PATCH] Add back labels --- files/OdroidM1-HDD_case.scad | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/files/OdroidM1-HDD_case.scad b/files/OdroidM1-HDD_case.scad index 0955ee8..74f9cd6 100644 --- a/files/OdroidM1-HDD_case.scad +++ b/files/OdroidM1-HDD_case.scad @@ -49,6 +49,7 @@ module backBox() { } backHoles(); backScrewoles(); + backLabel(); } } @@ -75,6 +76,28 @@ module frontLabel() { corners(23, 92); } +module backLabel() { + color("green") + translate([$boxw / 2 - 6, $boxl - .5, $feeth + 7.5]) + rotate([90, 0, 180]) + union() { + translate([4,10.5,0]) + linear_extrude(2) text("YUNoHost", size=5); + translate([50,10.5,0]) + linear_extrude(2) text("yunohost.org", size=5); + translate([4,4,0]) + linear_extrude(2) text("example", size=5); + translate([49,4,0]) + linear_extrude(2) text("example.com", size=5); + translate([4,-2.5,0]) + linear_extrude(2) text("example", size=5); + translate([49,-2.5,0]) + linear_extrude(2) text("example.com", size=5); + } + translate([0, $boxl, $feeth + $boxh - 38.5]) + corners(23, 92); +} + module frontScrewoles() { translate([0, 4.2, $feeth + $boxh - 25.3]) rotate([0, 90, 0])