update labels

This commit is contained in:
douzeb 2023-01-26 12:19:59 +01:00
parent 9dc81f12cc
commit 5d171dcdd2
3 changed files with 44238 additions and 50002 deletions

Binary file not shown.

View File

@ -24,7 +24,7 @@ $feeth=5.3; // feet height
translate([0, 0, 0]) frontBox();
translate([0, 0, 0]) rotate([0, 0, 180]) color("orange") backBox();
translate([0, 0, 0]) rotate([0, 0, 180]) backBox();
// ================ MODULES ================
@ -44,8 +44,8 @@ module frontBox() {
module backBox() {
difference() {
union() {
box();
connectors();
color("orange") box();
color("red") connectors();
}
backHoles();
backScrewoles();
@ -82,17 +82,17 @@ module backLabel() {
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);
linear_extrude(2) text("CHATONS", size=5);
translate([53,10.5,0])
linear_extrude(2) text("chatons.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);
linear_extrude(2) text("YUNoHost", size=5);
translate([49,-2.5,0])
linear_extrude(2) text("example.com", size=5);
linear_extrude(2) text("yunohost.org", size=5);
}
translate([0, $boxl, $feeth + $boxh - 38.5])
corners(23, 92);