Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export doesn't support the “Exclude from BOM” and “Exclude from position files” options #17

Closed
rhard opened this issue Oct 19, 2022 · 1 comment

Comments

@rhard
Copy link

rhard commented Oct 19, 2022

Please support the above-mentioned options so the BOM will not be populated with unneeded components. You can check the JLC repository for a solution: https://github.com/bennymeg/JLC-Plugin-for-KiCad/blob/master/plugins/process.py

 if not footprint.GetAttributes() & pcbnew.FP_EXCLUDE_FROM_POS_FILES:
 if not footprint.GetAttributes() & pcbnew.FP_EXCLUDE_FROM_BOM:

image

PatrickFranken added a commit that referenced this issue Nov 8, 2022
@PatrickFranken
Copy link
Member

Valid point! Just solved it in 9f3361b We will publish an updated version later today. This change still requires an update to our BOM tool which will happen later this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants