Exclude deprecated layers.
This commit is contained in:
parent
83615de81f
commit
bd919e57bd
|
@ -360,7 +360,8 @@ std::set<int> g_excludedLayers =
|
|||
LAYER_MOD_REFERENCES,
|
||||
LAYER_TRACKS,
|
||||
LAYER_MOD_TEXT,
|
||||
LAYER_MOD_TEXT + 1, // where LAYER_MOD_TEXT_BK used to be
|
||||
GAL_LAYER_ID_START + 6, // where LAYER_MOD_TEXT_BK (deprecated) used to be
|
||||
GAL_LAYER_ID_START + 14, // where LAYER_NO_CONNECTS (deprecated) used to be
|
||||
LAYER_PAD_PLATEDHOLES,
|
||||
LAYER_PAD_HOLEWALLS,
|
||||
LAYER_GP_OVERLAY,
|
||||
|
|
Loading…
Reference in New Issue