@tscircuit/footprinter 0.0.292 → 0.0.293

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 CHANGED
@@ -603,6 +603,9 @@ var res0402Array2_def = base_def.extend({
603
603
  var padSpacing = 1;
604
604
  var res0402Array2 = (rawParams) => {
605
605
  const params = res0402Array2_def.parse(rawParams);
606
+ if (params.concave === true) {
607
+ return [];
608
+ }
606
609
  const padWidth = mm4(params.pw);
607
610
  const padHeight = mm4(params.ph);
608
611
  const padPitch = mm4(params.p);