1
0
Commit Graph

9 Commits

Author SHA1 Message Date
Bán Dénes
c45523f38a Getting coverage to 100% 2023-01-23 23:34:06 +01:00
Luke Kershaw
e0eb43566f
Expand test coverage (#77)
* ignore line endings in cli tests
* ignore line endings in integration tests
* expand code coverage for `choc` footprint
* expand code coverage for `chocmini` footprint
* expand code coverage for `mx` footprint
* expand code coverage for `pad` footprint
* expand code coverage for rest of footprints
* expand code coverage for `anchor.js`
* expand code coverage for `units.js`
* expand code coverage for `points.js`
* expand code coverage for `filter.js`
* expand code coverage for `outlines.js`
* expand code coverage for `pcbs.js`
* expand code coverage for `ergogen.js`
* expand code coverage for `kle.js`
* more code coverage for `outlines.js`
* expand code coverage for `cases.js`
2023-01-23 10:02:08 +01:00
Bán Dénes
e076b62190 Per-footprint mirror overrides, better coordinate support 2022-12-04 20:58:46 +01:00
Bán Dénes
58bb16ed28 Footprint parameter flattening done 2022-12-04 18:40:06 +01:00
Bán Dénes
24466eb01d Footprint sideloading progress 2022-11-14 00:40:05 +01:00
Bán Dénes
3745cf3c47 Parameterize PCB component reference hiding 2021-12-15 21:42:37 +01:00
Bán Dénes
1f3ecb5c58 Improved interface testing 2021-07-16 20:18:09 +02:00
Bán Dénes
fe30b91309 PCB net and parameter overhaul
- merge static and parametric nets
- allow dynamic nets on the fly with `p.local_net()`
- support local-to-global position calculations with `p.xy()`
  - this also enables intra-footprint traces and zones
- add anchor type parameters to footprints
2021-07-11 20:36:11 +02:00
Bán Dénes
c7b86c7556 Add unit test for anchors 2021-05-22 17:58:26 +02:00