From e2e4fc483051bdea8d5820236a6a8194b14b4291 Mon Sep 17 00:00:00 2001 From: Lorenzo Marcantonio Date: Sat, 5 Jul 2014 14:35:18 +0200 Subject: [PATCH] Added missing support for reading the *.CrtYd layer token --- pcbnew/pcb_parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/pcb_parser.cpp b/pcbnew/pcb_parser.cpp index 4f1a16c328..6d1154efa3 100644 --- a/pcbnew/pcb_parser.cpp +++ b/pcbnew/pcb_parser.cpp @@ -77,6 +77,7 @@ void PCB_PARSER::init() m_layerMasks[ "*.Mask" ] = LSET( 2, B_Mask, F_Mask ); m_layerMasks[ "*.SilkS" ] = LSET( 2, B_SilkS, F_SilkS ); m_layerMasks[ "*.Fab" ] = LSET( 2, B_Fab, F_Fab ); + m_layerMasks[ "*.CrtYd" ] = LSET( 2, B_CrtYd, F_CrtYd ); // This is for the first pretty format, which had Inner1_Cu-Inner14_Cu with the numbering // sequence reversed from the In1_Cu-In30_Cu version 2 pretty numbering scheme.