I've added some layers & colors to the eagle.src file, see overview below. When I create a new board from a schematic [v7.2.0] I get multiple warnings:
Duplicate layer name: Fiducials
Duplicate layer name: ContourTop_1.0mm
Duplicate layer name: ContourBottom_1.0mm
In the layers Display new layers seem to appear out of nothing:
203 ContourTop
204 ContourBottom
206 206bmp
207 207bmp
208 208bmp
209 209bmp
212 212bmp
213 213bmp
254 cooling
255 Fiducials
If I then create a new pcb those layers are not created and I don't get the warnings.
What should I do to solve this issue?
Thanks a lot for your help.
Karel
--------------------------------------------------------------------------
# colors for the new layers
SET PALETTE 16 0xB4FF00FF; # color TextTop LPKF normal
SET PALETTE 24 0xFFFF00FF; # color TextTop LPKF highlight
SET PALETTE 17 0xB400FFFF; # color TextBottom LPKF normal
SET PALETTE 25 0xFF00FFFF; # color TextBottom LPKF highlight
SET PALETTE 18 0xB40100FF; # color ContourTop LPKF normal
SET PALETTE 26 0xFF0100FF; # color ContourTop LPKF highlight
SET PALETTE 19 0xB4AF01FF; # color ContourBottom LPKF normal
SET PALETTE 27 0xFFAF01FF; # color ContourBottom LPKF highlight
# new layers
LAYER 200 oooo________All_layers_below_for_LPKF_CIRCUITCAM________oooo;
LAYER 201 TextTop;
SET COLOR_LAYER TextTop 16;
LAYER 202 TextBottom;
SET COLOR_LAYER TextBottom 17;
LAYER 203 Fiducials;
SET COLOR_LAYER Fiducials 8;
LAYER 205 oooo________Contour_Routers________oooo;
LAYER 210 ContourTop_0.8mm;
SET COLOR_LAYER ContourTop_0.8mm Magenta;
LAYER 211 ContourBottom_0.8mm;
SET COLOR_LAYER ContourBottom_0.8mm LGreen;
LAYER 212 ContourTop_1.0mm;
SET COLOR_LAYER ContourTop_1.0mm LGray;
LAYER 213 ContourBottom_1.0mm;
SET COLOR_LAYER ContourBottom_1.0mm Yellow;
LAYER 214 ContourTop_1.6mm;
SET COLOR_LAYER ContourTop_1.6mm LGray;
LAYER 215 ContourBottom_1.6mm;
SET COLOR_LAYER ContourBottom_1.6mm Yellow;
LAYER 216 ContourTop_2.0mm;
SET COLOR_LAYER ContourTop_2.0mm 18;
LAYER 217 ContourBottom_2.0mm;
SET COLOR_LAYER ContourBottom_2.0mm 19;