mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-14 00:43:49 +01:00
Mixed progress
- point tagging - extends clauses for drier config - classic/uniform support - mx/choc spacing support - intersect outlines - per-key footprint customization
This commit is contained in:
parent
55d60ba599
commit
c3d7643371
6 changed files with 305 additions and 141 deletions
|
|
@ -143,6 +143,8 @@ const makerjs2kicad = exports._makerjs2kicad = (model, layer='Edge.Cuts') => {
|
|||
|
||||
const footprint_types = require('./footprints')
|
||||
const footprint = exports._footprint = (config, name, points, net_indexer, point) => {
|
||||
|
||||
if (config === false) return ''
|
||||
|
||||
// config sanitization
|
||||
a.detect_unexpected(config, name, ['type', 'anchor', 'nets', 'params'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue