LSET::SeqStackupBottom2Top(): add missing user layers to list of layers

These missing layers were not exported in export SVG.
This commit is contained in:
jean-pierre charras 2022-01-17 10:53:07 +01:00
parent 5cc3368b14
commit 1f2d1528cb
1 changed files with 9 additions and 0 deletions

View File

@ -462,6 +462,15 @@ LSEQ LSET::SeqStackupBottom2Top() const
{
// bottom-to-top stack-up layers
static const PCB_LAYER_ID sequence[] = {
User_9,
User_8,
User_7,
User_6,
User_5,
User_4,
User_3,
User_2,
User_1,
B_Fab,
B_CrtYd,
B_Adhes,