Files
3d-models/kallax-organization/cloth-box-labels.scad
T
2025-11-02 21:49:31 -06:00

9 lines
218 B
OpenSCAD

$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);