pcbnew starts with F.Cu layer selected as the active one.

This commit is contained in:
Maciej Suminski 2015-09-06 22:49:47 +02:00
parent 6b3ff2d59a
commit 73e8645e2a
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ PCB_SCREEN::PCB_SCREEN( const wxSize& aPageSizeIU ) :
// Set the working grid size to a reasonable value (in 1/10000 inch)
SetGrid( DMIL_GRID( 500 ) );
m_Active_Layer = B_Cu; // default active layer = bottom layer
m_Active_Layer = F_Cu; // default active layer = front layer
m_Route_Layer_TOP = F_Cu; // default layers pair for vias (bottom to top)
m_Route_Layer_BOTTOM = B_Cu;