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

Idea: Component Drawing Order #158

Open
Electro707 opened this issue Jan 6, 2024 · 1 comment
Open

Idea: Component Drawing Order #158

Electro707 opened this issue Jan 6, 2024 · 1 comment

Comments

@Electro707
Copy link
Contributor

Hello,

I would like to throw this out there for comments.

There are times, especially for back footprints, where one might want to draw stuff below the PCB. See below for an example, where the pin headers are actually populated from the bottom.
image
Where it should be like this:
image

One idea is to make a different element below the PCB element (boardContainer), and have all of the back components be drawn there. That is how I re-created the image above manually:
image

If there are components on the bottom that also draw stuff at the top, then perhaps also split the component into two (could be based off an attribute).

@yaqwsx
Copy link
Owner

yaqwsx commented Jan 8, 2024

I like this idea. I think it would be even stretched a little further. We could abandon the .back items in the library completely and instead just have a single file per component with two groups in it - top and bottom.

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