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

Added the identifiers for internal copper layers #8

Closed
wants to merge 1 commit into from
Closed

Added the identifiers for internal copper layers #8

wants to merge 1 commit into from

Conversation

mundodisco8
Copy link

Quite a silly pull request. I needed to add support to internal copper layers for my personal project, so I thought on generalising for all the internal layers. When I created this pull request I noticed that you had one already that covered internal layers 1 and 2 which cover 4 layer boards, but I still think this pull request is valid as this is a more general case than the other.

@set-soft
Copy link

set-soft commented Mar 13, 2020

Try "Inner.N", as an example I use:

  - layer: Inner.1
   suffix: GND_Cu
 - layer: Inner.2
   suffix: Power_Cu

Looking at the code N can be any number:

   if s in D:
       layer = PC.LayerInfo(D[s], False)
   elif s.startswith("Inner"):
       m = re.match(r"^Inner\.([0-9]+)$", s)

rdeterre pushed a commit to rdeterre/kiplot that referenced this pull request Nov 9, 2020
@mundodisco8 mundodisco8 closed this by deleting the head repository Oct 22, 2023
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.

3 participants