Conversation
|
I'm not enthused by the complete absence of hierarchical connections. Turn on "intersheets_ref_show" for some help when navigating between sheets. |
Do not track user local UI settings
|
Updated with a separate "check" job running ERC/DRC, which will fail on error. The "fab" job ignores erc/drc and uploads files if possible. For an example of what the kibot generated index.html looks like see: https://mdavidsaver.github.io/Obsidian/ . By itself, not friendly. But individual documents can be directly linked from a README. eg. the schematic PDF: |
| columns: | ||
| - Row | ||
| - Quantity Per PCB | ||
| - References | ||
| - Manufacturer Part Number | ||
| - Manufacturer | ||
| - Value | ||
| - Footprint | ||
| - Description | ||
| group_fields: ['MPN'] | ||
| parse_value: false | ||
| normalize_values: false | ||
| # include test points, which are actual components | ||
| exclude_filter: '' |
There was a problem hiding this comment.
Currently the generated BoM uses the kibot code, and will be garbage until the inconsistent symbol field names are sorted out. Ideally by picking one of MANUFACTURER_PART_NUMBER vs. Manufacturer Part Number vs. Manufacturer1 Part Number.
There was a problem hiding this comment.
With kicad 9, the internal jobset batch tool provides an alternative to many (all?) of the previously kibot-only output.
Initially, just a ERC/DRC job. Currently failing due to 2x errors. There are also a tremendous number of warnings.
Also, remove two files which should not be versioned, and update
.gitignore.