altium: map Altium KEEP_OUT_LAYER -> KiCad Margin

This commit is contained in:
Thomas Pointhuber 2020-05-10 20:16:54 +02:00 committed by Jon Evans
parent 110cefc86f
commit 5c7ebb4f2b
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ PCB_LAYER_ID ALTIUM_PCB::GetKicadLayer( ALTIUM_LAYER aAltiumLayer ) const
case ALTIUM_LAYER::DRILL_GUIDE: case ALTIUM_LAYER::DRILL_GUIDE:
return Dwgs_User; return Dwgs_User;
case ALTIUM_LAYER::KEEP_OUT_LAYER: case ALTIUM_LAYER::KEEP_OUT_LAYER:
return UNDEFINED_LAYER; return Margin;
case ALTIUM_LAYER::MECHANICAL_1: case ALTIUM_LAYER::MECHANICAL_1:
return Dwgs_User; //Edge_Cuts; return Dwgs_User; //Edge_Cuts;