LSET::SeqStackupBottom2Top(): add missing user layers to list of layers
These missing layers were not exported in export SVG.
This commit is contained in:
parent
5cc3368b14
commit
1f2d1528cb
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue