Kallax organization models.

This commit is contained in:
2025-11-02 21:49:31 -06:00
parent 9e771b3125
commit aa7725adef
9 changed files with 868 additions and 0 deletions
@@ -0,0 +1,8 @@
$fn = 32;
l = 76;
w = 50;
th = 1;
color("black") cube([l, w, th], center=true);
// color("white") translate([0, 0, th]) linear_extrude(0.2) text("Ethernet", font="monofur", halign="center", valign="center",size=12);