Replies: 1 comment
-
Hi there, is this #983 what you had in mind? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some projects that involve sockets for certain components that I want to be removable. I put these in a hierarchical sheet for which the "exclude from board" property is set. PartDB imports PCB BOMs, though, which won't include any components that were excluded from the board in the schematic.
I knocked together a little bit of Python that massages a schematic BOM (produced with the
Tools -> Generate Bill of Materials...
menu item in the schematic editor) into the PCB BOM format so it can be imported into PartDB.The script is also available from https://gitlab.alfter.us/salfter/bomfix.
Perhaps a future version of PartDB might allow importing a schematic BOM directly (all of the needed information is in there), but until then, maybe others will find this useful.
Beta Was this translation helpful? Give feedback.
All reactions