From 1f2d1528cbe18712eac11a36fa5df5b8052b6f26 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 17 Jan 2022 10:53:07 +0100 Subject: [PATCH] LSET::SeqStackupBottom2Top(): add missing user layers to list of layers These missing layers were not exported in export SVG. --- common/lset.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/lset.cpp b/common/lset.cpp index 0a8a6daa02..eac23be685 100644 --- a/common/lset.cpp +++ b/common/lset.cpp @@ -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,