jscad-electronics 0.0.84 → 0.0.85
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 +6 -3
- package/dist/index.js.map +1 -1
- package/dist/vanilla.js +6 -3
- package/dist/vanilla.js.map +1 -1
- package/package.json +1 -1
package/dist/vanilla.js
CHANGED
|
@@ -622,7 +622,8 @@ var QFP = ({
|
|
|
622
622
|
x: bodyLength10 / 2 - 1.5,
|
|
623
623
|
y: bodyWidth / 2 - 1.5,
|
|
624
624
|
z: 1.5
|
|
625
|
-
}
|
|
625
|
+
},
|
|
626
|
+
notchRadius: 1.5 / 2
|
|
626
627
|
}
|
|
627
628
|
)
|
|
628
629
|
] });
|
|
@@ -2234,7 +2235,8 @@ var TQFP = () => {
|
|
|
2234
2235
|
height: 1.2,
|
|
2235
2236
|
chamferSize: 0.6,
|
|
2236
2237
|
taperRatio: 0.05,
|
|
2237
|
-
notchPosition: { x: 3.5, y: 3.5, z: 1.2 }
|
|
2238
|
+
notchPosition: { x: 3.5, y: 3.5, z: 1.2 },
|
|
2239
|
+
notchRadius: 1.2 / 2
|
|
2238
2240
|
}
|
|
2239
2241
|
)
|
|
2240
2242
|
] });
|
|
@@ -2424,7 +2426,8 @@ var LQFP = ({
|
|
|
2424
2426
|
x: bodyLength10 / 2 - 1.5,
|
|
2425
2427
|
y: bodyLength10 / 2 - 1.5,
|
|
2426
2428
|
z: 1.5
|
|
2427
|
-
}
|
|
2429
|
+
},
|
|
2430
|
+
notchRadius: 1.5 / 2
|
|
2428
2431
|
}
|
|
2429
2432
|
)
|
|
2430
2433
|
] });
|