Add .gko ending for Altium board outline layer

Altium does not have a formally standardized layer for the board
outline. We now recognize both mechanical layer 1 and the keepout
layer.
This commit is contained in:
devThijs 2020-01-09 21:57:04 +01:00 committed by jaseg
parent 29a20da87f
commit 0c8aa84aec

View file

@ -294,14 +294,14 @@ LAYER_SPEC = {
'silk': '.gto|-F_SilkS.gbr|-F.SilkS.gbr|.plc',
'mask': '.gts|-F_Mask.gbr|-F.Mask.gbr|.stc',
'copper': '.gtl|-F_Cu.gbr|-F.Cu.gbr|.cmp',
'outline': '.gm1|-Edge_Cuts.gbr|-Edge.Cuts.gbr|.gmb',
'outline': '.gko|.gm1|-Edge_Cuts.gbr|-Edge.Cuts.gbr|.gmb',
},
'bottom': {
'paste': '.gbp|-B_Paste.gbr|-B.Paste.gbr|.pms',
'silk': '.gbo|-B_SilkS.gbr|-B.SilkS.gbr|.pls',
'mask': '.gbs|-B_Mask.gbr|-B.Mask.gbr|.sts',
'copper': '.gbl|-B_Cu.gbr|-B.Cu.gbr|.sol',
'outline': '.gm1|-Edge_Cuts.gbr|-Edge.Cuts.gbr|.gmb'
'outline': '.gko|.gm1|-Edge_Cuts.gbr|-Edge.Cuts.gbr|.gmb'
},
}