jscad-electronics 0.0.73 → 0.0.75

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/vanilla.js CHANGED
@@ -554,7 +554,14 @@ var QFP = ({
554
554
  center: { x: 0, y: 0, z: leadThickness / 2 },
555
555
  width: bodyWidth,
556
556
  length: bodyLength10,
557
- height: 1.5
557
+ height: 1.5,
558
+ taperRatio: 0.03,
559
+ chamferSize: 1,
560
+ notchPosition: {
561
+ x: bodyLength10 / 2 - 1.5,
562
+ y: bodyWidth / 2 - 1.5,
563
+ z: 1.5
564
+ }
558
565
  }
559
566
  )
560
567
  ] });