jscad-electronics 0.0.73 → 0.0.74

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
@@ -884,7 +884,14 @@ var QFP = ({
884
884
  center: { x: 0, y: 0, z: leadThickness / 2 },
885
885
  width: bodyWidth,
886
886
  length: bodyLength10,
887
- height: 1.5
887
+ height: 1.5,
888
+ taperRatio: 0.03,
889
+ chamferSize: 1,
890
+ notchPosition: {
891
+ x: bodyLength10 / 2 - 1.5,
892
+ y: bodyWidth / 2 - 1.5,
893
+ z: 1.5
894
+ }
888
895
  }
889
896
  )
890
897
  ] });