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:
@@ -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");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user