kiplot icon indicating copy to clipboard operation
kiplot copied to clipboard

Add In1.Cu and In2.Cu

Open jdiez17 opened this issue 6 years ago • 1 comments

jdiez17 avatar May 31 '19 16:05 jdiez17

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)

set-soft avatar Mar 13 '20 16:03 set-soft