Skip to content

Conversation

@jdiez17
Copy link

@jdiez17 jdiez17 commented May 31, 2019

No description provided.

@set-soft
Copy link

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
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