jscad-electronics 0.0.84 → 0.0.85

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
@@ -947,7 +947,8 @@ var QFP = ({
947
947
  x: bodyLength10 / 2 - 1.5,
948
948
  y: bodyWidth / 2 - 1.5,
949
949
  z: 1.5
950
- }
950
+ },
951
+ notchRadius: 1.5 / 2
951
952
  }
952
953
  )
953
954
  ] });
@@ -2388,7 +2389,8 @@ var TQFP = () => {
2388
2389
  height: 1.2,
2389
2390
  chamferSize: 0.6,
2390
2391
  taperRatio: 0.05,
2391
- notchPosition: { x: 3.5, y: 3.5, z: 1.2 }
2392
+ notchPosition: { x: 3.5, y: 3.5, z: 1.2 },
2393
+ notchRadius: 1.2 / 2
2392
2394
  }
2393
2395
  )
2394
2396
  ] });
@@ -2580,7 +2582,8 @@ var LQFP = ({
2580
2582
  x: bodyLength10 / 2 - 1.5,
2581
2583
  y: bodyLength10 / 2 - 1.5,
2582
2584
  z: 1.5
2583
- }
2585
+ },
2586
+ notchRadius: 1.5 / 2
2584
2587
  }
2585
2588
  )
2586
2589
  ] });