@tscircuit/footprinter 0.0.244 → 0.0.245

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
@@ -2921,6 +2921,9 @@ var stampreceiver = (raw_params) => {
2921
2921
  // src/fn/lqfp.ts
2922
2922
  var lqfp = (parameters) => {
2923
2923
  parameters.legsoutside = true;
2924
+ if (!parameters.pl) {
2925
+ parameters.pl = 1.5;
2926
+ }
2924
2927
  return quad(parameters);
2925
2928
  };
2926
2929