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
B_Adhes, // 32
F_Adhes,
B_Paste,
F_Paste,
B_SilkS,
F_SilkS,
B_Mask,
F_Mask,
Dwgs_User,
Cmts_User,
Eco1_User,
......@@ -107,10 +111,11 @@ enum LAYER_ID
Edge_Cuts,
Margin,
F_CrtYd, // CrtYd & Fab are footprint only
B_CrtYd,
F_Fab,
F_CrtYd,
B_Fab,
F_Fab,
LAYER_ID_COUNT
};
......
......@@ -593,6 +593,10 @@ void PCB_IO::format( BOARD* aBoard, int aNestLevel ) const
Eco2_User,
Edge_Cuts,
Margin,
B_CrtYd,
F_CrtYd,
B_Fab,
F_Fab,
};
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