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

pre_update: Honor 'board_only' (Not in schematic) footprint property. #563

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

oliv3r
Copy link

@oliv3r oliv3r commented Jan 17, 2024

It is quite common, to add footprints to a PCB, without adding it to the schematic. Think Logo's or 'duplicate' connectors etc. KiCad has a flag called 'Not in schematic' for this purpose. Lets check if this flag is set in the PCB, and ignore any errors from this if applicable.

Fixes: #558.

It is quite common, to add footprints to a PCB, without adding it to the
schematic. Think Logo's or 'duplicate' connectors etc. KiCad has a flag
called 'Not in schematic' for this purpose. Lets check if this flag is
set in the PCB, and ignore any errors from this if applicable.

Fixes: INTI-CMNB#558.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
@set-soft set-soft merged commit 3fc1947 into INTI-CMNB:dev Jan 17, 2024
10 of 14 checks passed
@set-soft
Copy link
Member

Thanks!

I fixed the missing request and added a test case

@oliv3r
Copy link
Author

oliv3r commented Jan 17, 2024

Thanks!

I fixed the missing request and added a test case

Thanks! I had it in my local container, but forgot to put it in the commit. high-five

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

Successfully merging this pull request may close these issues.

2 participants