1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-07 07:56:30 +02:00

Tweaked SOIC text size.

This commit is contained in:
Chris
2022-07-04 10:13:11 +01:00
parent c57c202e31
commit dc715ff2b7

View File

@@ -224,7 +224,7 @@ module smd_soic(type, value) { //! Draw an SMD SOIC
color("white")
translate_z(z0 + size.z)
linear_extrude(eps)
resize([size.x - 4 * (z2 - z1) * tan(slant), size.y / 2])
resize([size.x * 0.9, size.y / 2])
text(value, halign = "center", valign = "center");
}