@tscircuit/footprinter 0.0.246 → 0.0.248
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 +5 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2924,6 +2924,9 @@ var lqfp = (parameters) => {
|
|
|
2924
2924
|
if (!parameters.pl) {
|
|
2925
2925
|
parameters.pl = 1.5;
|
|
2926
2926
|
}
|
|
2927
|
+
if (!parameters.pw) {
|
|
2928
|
+
parameters.pw = 0.3;
|
|
2929
|
+
}
|
|
2927
2930
|
return quad(parameters);
|
|
2928
2931
|
};
|
|
2929
2932
|
|
|
@@ -3149,8 +3152,8 @@ var generate_u_curve = (centerX, centerY, radius, direction) => {
|
|
|
3149
3152
|
var hc49_def = z20.object({
|
|
3150
3153
|
fn: z20.string(),
|
|
3151
3154
|
p: length13.optional().default("4.88mm"),
|
|
3152
|
-
id: length13.optional().default("0.
|
|
3153
|
-
od: length13.optional().default("1.
|
|
3155
|
+
id: length13.optional().default("0.8mm"),
|
|
3156
|
+
od: length13.optional().default("1.5mm"),
|
|
3154
3157
|
w: length13.optional().default("5.6mm"),
|
|
3155
3158
|
h: length13.optional().default("3.5mm")
|
|
3156
3159
|
});
|