Exclude deprecated layers.

This commit is contained in:
Jeff Young 2022-09-10 10:44:40 +01:00
parent 83615de81f
commit bd919e57bd
1 changed files with 2 additions and 1 deletions

View File

@ -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,