altium: map Altium KEEP_OUT_LAYER -> KiCad Margin
This commit is contained in:
parent
110cefc86f
commit
5c7ebb4f2b
|
@ -266,7 +266,7 @@ PCB_LAYER_ID ALTIUM_PCB::GetKicadLayer( ALTIUM_LAYER aAltiumLayer ) const
|
|||
case ALTIUM_LAYER::DRILL_GUIDE:
|
||||
return Dwgs_User;
|
||||
case ALTIUM_LAYER::KEEP_OUT_LAYER:
|
||||
return UNDEFINED_LAYER;
|
||||
return Margin;
|
||||
|
||||
case ALTIUM_LAYER::MECHANICAL_1:
|
||||
return Dwgs_User; //Edge_Cuts;
|
||||
|
|
Loading…
Reference in New Issue