jscad-electronics 0.0.73 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +9 -2
- package/dist/index.js.map +1 -1
- package/dist/vanilla.js +8 -1
- package/dist/vanilla.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -884,7 +884,14 @@ var QFP = ({
|
|
|
884
884
|
center: { x: 0, y: 0, z: leadThickness / 2 },
|
|
885
885
|
width: bodyWidth,
|
|
886
886
|
length: bodyLength10,
|
|
887
|
-
height: 1.5
|
|
887
|
+
height: 1.5,
|
|
888
|
+
taperRatio: 0.03,
|
|
889
|
+
chamferSize: 1,
|
|
890
|
+
notchPosition: {
|
|
891
|
+
x: bodyLength10 / 2 - 1.5,
|
|
892
|
+
y: bodyWidth / 2 - 1.5,
|
|
893
|
+
z: 1.5
|
|
894
|
+
}
|
|
888
895
|
}
|
|
889
896
|
)
|
|
890
897
|
] });
|
|
@@ -2706,7 +2713,7 @@ var SOT723 = () => {
|
|
|
2706
2713
|
/* @__PURE__ */ jsx40(Rotate7, { rotation: [45 * Math.PI, 0, 0], children: /* @__PURE__ */ jsx40(Translate18, { center: [0.475, leadHeight / 2, -0.25], children: /* @__PURE__ */ jsx40(Colorize19, { color: "grey", children: /* @__PURE__ */ jsx40(Cuboid27, { size: [bodyWidth, bodyLength10, bodyHeight] }) }) }) }),
|
|
2707
2714
|
[1, 2, 3].map((pn) => {
|
|
2708
2715
|
const { x, y } = getCcwSot723Coords(pn);
|
|
2709
|
-
return /* @__PURE__ */ jsx40(Translate18, { center: [x, y, 0], children: /* @__PURE__ */ jsx40(
|
|
2716
|
+
return /* @__PURE__ */ jsx40(Translate18, { center: [x, y, 0.05], children: /* @__PURE__ */ jsx40(
|
|
2710
2717
|
Cuboid27,
|
|
2711
2718
|
{
|
|
2712
2719
|
size: [
|