From 1f3eee4269cd48e8eadd35ef330a91c668e23fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20D=C3=ADez?= Date: Wed, 3 Apr 2019 18:47:00 +0200 Subject: [PATCH] Add In1.Cu and In2.Cu --- src/kiplot/config_reader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kiplot/config_reader.py b/src/kiplot/config_reader.py index b21c1a5f4..9fb19bcfc 100644 --- a/src/kiplot/config_reader.py +++ b/src/kiplot/config_reader.py @@ -345,6 +345,8 @@ def _get_layer_from_str(self, s): D = { 'F.Cu': pcbnew.F_Cu, 'B.Cu': pcbnew.B_Cu, + 'In1.Cu': pcbnew.In1_Cu, + 'In2.Cu': pcbnew.In2_Cu, 'F.Adhes': pcbnew.F_Adhes, 'B.Adhes': pcbnew.B_Adhes, 'F.Paste': pcbnew.F_Paste,