Commit 7cc5985c authored by Dick Hollenbeck's avatar Dick Hollenbeck

fix Inner1.Cu in pcb_parser.cpp, start cvpcb work.

parent 61159202
...@@ -94,12 +94,16 @@ enum LAYER_ID ...@@ -94,12 +94,16 @@ enum LAYER_ID
B_Adhes, // 32 B_Adhes, // 32
F_Adhes, F_Adhes,
B_Paste, B_Paste,
F_Paste, F_Paste,
B_SilkS, B_SilkS,
F_SilkS, F_SilkS,
B_Mask, B_Mask,
F_Mask, F_Mask,
Dwgs_User, Dwgs_User,
Cmts_User, Cmts_User,
Eco1_User, Eco1_User,
...@@ -107,10 +111,11 @@ enum LAYER_ID ...@@ -107,10 +111,11 @@ enum LAYER_ID
Edge_Cuts, Edge_Cuts,
Margin, Margin,
F_CrtYd, // CrtYd & Fab are footprint only
B_CrtYd, B_CrtYd,
F_Fab, F_CrtYd,
B_Fab, B_Fab,
F_Fab,
LAYER_ID_COUNT LAYER_ID_COUNT
}; };
......
...@@ -593,6 +593,10 @@ void PCB_IO::format( BOARD* aBoard, int aNestLevel ) const ...@@ -593,6 +593,10 @@ void PCB_IO::format( BOARD* aBoard, int aNestLevel ) const
Eco2_User, Eco2_User,
Edge_Cuts, Edge_Cuts,
Margin, Margin,
B_CrtYd,
F_CrtYd,
B_Fab,
F_Fab,
}; };
for( LSEQ seq = aBoard->GetEnabledLayers().Seq( non_cu, DIM( non_cu ) ); seq; ++seq ) for( LSEQ seq = aBoard->GetEnabledLayers().Seq( non_cu, DIM( non_cu ) ); seq; ++seq )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment