Comment 1 for bug 1399737

Revision history for this message
Paul "LeoNerd" Evans (leonerd) wrote : Re: Imported Eagle footprints lack Edge.Cuts layer

Hrm. I thought I'd have a quick look at implementing this myself, but at first glance it appears this code is already in place.

pcbnew/eagle_plugin.cpp line 2678:

        case 20: kiLayer = Edge_Cuts; break; // eagle says "Dimension" layer, but it's for board perimeter

Perhaps a more subtle bug than I thought