@tscircuit/footprinter 0.0.291 → 0.0.292
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 +36 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -596,7 +596,9 @@ var res0402Array2_def = base_def.extend({
|
|
|
596
596
|
pw: z4.string().default("0.5mm"),
|
|
597
597
|
ph: z4.string().default("0.4mm"),
|
|
598
598
|
p: z4.string().default("0.7mm"),
|
|
599
|
-
textbottom: z4.boolean().optional()
|
|
599
|
+
textbottom: z4.boolean().optional(),
|
|
600
|
+
convex: z4.boolean().optional(),
|
|
601
|
+
concave: z4.boolean().optional()
|
|
600
602
|
});
|
|
601
603
|
var padSpacing = 1;
|
|
602
604
|
var res0402Array2 = (rawParams) => {
|
|
@@ -610,7 +612,9 @@ var res0402Array2 = (rawParams) => {
|
|
|
610
612
|
padHeight,
|
|
611
613
|
padPitch,
|
|
612
614
|
numRows: 2,
|
|
613
|
-
textbottom: params.textbottom
|
|
615
|
+
textbottom: params.textbottom,
|
|
616
|
+
convex: params.convex,
|
|
617
|
+
concave: params.concave
|
|
614
618
|
});
|
|
615
619
|
};
|
|
616
620
|
|
|
@@ -621,7 +625,9 @@ var res0402Array4_def = base_def.extend({
|
|
|
621
625
|
pw: z5.string().default("0.5mm"),
|
|
622
626
|
ph: z5.string().default("0.32mm"),
|
|
623
627
|
p: z5.string().default("0.5mm"),
|
|
624
|
-
textbottom: z5.boolean().optional()
|
|
628
|
+
textbottom: z5.boolean().optional(),
|
|
629
|
+
convex: z5.boolean().optional(),
|
|
630
|
+
concave: z5.boolean().optional()
|
|
625
631
|
});
|
|
626
632
|
var padSpacing2 = 1;
|
|
627
633
|
var res0402Array4 = (rawParams) => {
|
|
@@ -635,7 +641,9 @@ var res0402Array4 = (rawParams) => {
|
|
|
635
641
|
padHeight,
|
|
636
642
|
padPitch,
|
|
637
643
|
numRows: 4,
|
|
638
|
-
textbottom: params.textbottom
|
|
644
|
+
textbottom: params.textbottom,
|
|
645
|
+
convex: params.convex,
|
|
646
|
+
concave: params.concave
|
|
639
647
|
});
|
|
640
648
|
};
|
|
641
649
|
|
|
@@ -646,7 +654,9 @@ var res0603Array2_def = base_def.extend({
|
|
|
646
654
|
pw: z6.string().default("0.9mm"),
|
|
647
655
|
ph: z6.string().default("0.4mm"),
|
|
648
656
|
p: z6.string().default("0.8mm"),
|
|
649
|
-
textbottom: z6.boolean().optional()
|
|
657
|
+
textbottom: z6.boolean().optional(),
|
|
658
|
+
convex: z6.boolean().optional(),
|
|
659
|
+
concave: z6.boolean().optional()
|
|
650
660
|
});
|
|
651
661
|
var padSpacing3 = 1.7;
|
|
652
662
|
var res0603Array2 = (rawParams) => {
|
|
@@ -660,7 +670,9 @@ var res0603Array2 = (rawParams) => {
|
|
|
660
670
|
padHeight,
|
|
661
671
|
padPitch,
|
|
662
672
|
numRows: 2,
|
|
663
|
-
textbottom: params.textbottom
|
|
673
|
+
textbottom: params.textbottom,
|
|
674
|
+
convex: params.convex,
|
|
675
|
+
concave: params.concave
|
|
664
676
|
});
|
|
665
677
|
};
|
|
666
678
|
|
|
@@ -671,7 +683,9 @@ var res0603Array4_def = base_def.extend({
|
|
|
671
683
|
pw: z7.string().default("0.9mm"),
|
|
672
684
|
ph: z7.string().default("0.4mm"),
|
|
673
685
|
p: z7.string().default("0.8mm"),
|
|
674
|
-
textbottom: z7.boolean().optional()
|
|
686
|
+
textbottom: z7.boolean().optional(),
|
|
687
|
+
convex: z7.boolean().optional(),
|
|
688
|
+
concave: z7.boolean().optional()
|
|
675
689
|
});
|
|
676
690
|
var padSpacing4 = 1.7;
|
|
677
691
|
var res0603Array4 = (rawParams) => {
|
|
@@ -685,7 +699,9 @@ var res0603Array4 = (rawParams) => {
|
|
|
685
699
|
padHeight,
|
|
686
700
|
padPitch,
|
|
687
701
|
numRows: 4,
|
|
688
|
-
textbottom: params.textbottom
|
|
702
|
+
textbottom: params.textbottom,
|
|
703
|
+
convex: params.convex,
|
|
704
|
+
concave: params.concave
|
|
689
705
|
});
|
|
690
706
|
};
|
|
691
707
|
|
|
@@ -696,7 +712,9 @@ var res0606Array2_def = base_def.extend({
|
|
|
696
712
|
pw: z8.string().default("0.7mm"),
|
|
697
713
|
ph: z8.string().default("0.64mm"),
|
|
698
714
|
p: z8.string().default("0.94mm"),
|
|
699
|
-
textbottom: z8.boolean().optional()
|
|
715
|
+
textbottom: z8.boolean().optional(),
|
|
716
|
+
convex: z8.boolean().optional(),
|
|
717
|
+
concave: z8.boolean().optional()
|
|
700
718
|
});
|
|
701
719
|
var padSpacing5 = 1.4;
|
|
702
720
|
var res0606Array2 = (rawParams) => {
|
|
@@ -710,7 +728,9 @@ var res0606Array2 = (rawParams) => {
|
|
|
710
728
|
padHeight,
|
|
711
729
|
padPitch,
|
|
712
730
|
numRows: 2,
|
|
713
|
-
textbottom: params.textbottom
|
|
731
|
+
textbottom: params.textbottom,
|
|
732
|
+
convex: params.convex,
|
|
733
|
+
concave: params.concave
|
|
714
734
|
});
|
|
715
735
|
};
|
|
716
736
|
|
|
@@ -721,7 +741,9 @@ var res1206Array4_def = base_def.extend({
|
|
|
721
741
|
pw: z9.string().default("0.9mm"),
|
|
722
742
|
ph: z9.string().default("0.9mm"),
|
|
723
743
|
p: z9.string().default("1.34mm"),
|
|
724
|
-
textbottom: z9.boolean().optional()
|
|
744
|
+
textbottom: z9.boolean().optional(),
|
|
745
|
+
convex: z9.boolean().optional(),
|
|
746
|
+
concave: z9.boolean().optional()
|
|
725
747
|
});
|
|
726
748
|
var padSpacing6 = 3;
|
|
727
749
|
var res1206Array4 = (rawParams) => {
|
|
@@ -735,7 +757,9 @@ var res1206Array4 = (rawParams) => {
|
|
|
735
757
|
padHeight,
|
|
736
758
|
padPitch,
|
|
737
759
|
numRows: 4,
|
|
738
|
-
textbottom: params.textbottom
|
|
760
|
+
textbottom: params.textbottom,
|
|
761
|
+
convex: params.convex,
|
|
762
|
+
concave: params.concave
|
|
739
763
|
});
|
|
740
764
|
};
|
|
741
765
|
|