Setup layer mapping when importing Eagle library.
Fixes https://gitlab.com/kicad/code/kicad/issues/7891
This commit is contained in:
parent
5b8f32acd2
commit
1a35d8ba5d
|
@ -2797,6 +2797,7 @@ void EAGLE_PLUGIN::cacheLib( const wxString& aLibPath )
|
|||
m_xpath->push( "eagle.drawing.layers" );
|
||||
wxXmlNode* layers = drawingChildren["layers"];
|
||||
loadLayerDefs( layers );
|
||||
mapEagleLayersToKicad();
|
||||
m_xpath->pop();
|
||||
|
||||
m_xpath->push( "eagle.drawing.library" );
|
||||
|
|
Loading…
Reference in New Issue