add 8x1.75

This commit is contained in:
2025-06-07 08:26:32 -07:00
parent 132d490e0e
commit 22ec4c7413
9 changed files with 6 additions and 4 deletions

BIN
din_rail.stl Normal file
View File

Binary file not shown.

BIN
label.stl
View File

Binary file not shown.

BIN
label2.stl Normal file
View File

Binary file not shown.

View File

@@ -2,10 +2,10 @@ use <fontmetrics.scad>
$fn=45;
label("CH32V003J4M6", "Arial", 5, .75);
label("74HCT1G32", "Arial", 5, .75);
translate([0,10,0])
label("89", "Arial:style=Bold", 5, 1);
label("40", "Arial:style=Bold", 5, 1);
module label(t, f, h, xc)
{
@@ -16,5 +16,6 @@ module label(t, f, h, xc)
linear_extrude(.6, convexity=10)
text(t, size=h, font=f);
//translate([0,1.5,0])
cube([l*xc, 8, 0.4]);
}

BIN
labels.3mf Normal file
View File

Binary file not shown.

View File

@@ -1,6 +1,6 @@
// tape dimensions and tolerance
tape_width=12;
tape_thickness=2.5;
tape_width=8;
tape_thickness=1.75;
tolerance=0.4;
// overall size (width determined by tape width)

BIN
smd_magazine_16x5.0_DIN.stl Normal file
View File

Binary file not shown.

BIN
smd_magazine_8x1.75_DIN.stl Normal file
View File

Binary file not shown.

1
zttf Submodule

Submodule zttf added at a7d9930ef5